feat: add MIGRATE_DATABASE_ON_STARTUP option to FastApiEnv interface
This commit is contained in:
parent
46044735c1
commit
69b809accd
1 changed files with 1 additions and 0 deletions
1
electron/app/types/index.d.ts
vendored
1
electron/app/types/index.d.ts
vendored
|
|
@ -30,6 +30,7 @@ interface FastApiEnv {
|
|||
APP_DATA_DIRECTORY?: string,
|
||||
TEMP_DIRECTORY?: string,
|
||||
USER_CONFIG_PATH?: string,
|
||||
MIGRATE_DATABASE_ON_STARTUP?: string,
|
||||
/** Absolute path to the soffice binary resolved at startup by libreoffice-check.ts. */
|
||||
SOFFICE_PATH?: string,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue