Document SQLite persistence and local reset behavior
This commit is contained in:
9
FAQ.md
9
FAQ.md
@@ -14,3 +14,12 @@ This keeps the first commit small while preserving CI discipline. Additional too
|
||||
## Is frontend JavaScript handwritten?
|
||||
|
||||
No. Frontend source code lives in `RpgRoller/frontend/*.ts` and is compiled to `RpgRoller/wwwroot/*.js` for browser delivery.
|
||||
|
||||
## Where is backend state stored locally?
|
||||
|
||||
Backend state is persisted via EF Core + SQLite.
|
||||
|
||||
- Development default: `RpgRoller/App_Data/rpgroller.development.db`
|
||||
- Non-development default: `RpgRoller/App_Data/rpgroller.db`
|
||||
|
||||
To start with a clean backend state, stop the app and remove the corresponding SQLite file.
|
||||
|
||||
Reference in New Issue
Block a user