feat: add MIGRATE_DATABASE_ON_STARTUP option to FastApiEnv interface

This commit is contained in:
sudipnext 2026-03-08 20:21:51 +05:45
parent 46044735c1
commit 69b809accd

View file

@ -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,
}