Make backup dir name config variable optional

This commit is contained in:
2026-03-02 14:56:47 +01:00
parent 98e51645d5
commit 8f50b200c8
8 changed files with 14 additions and 16 deletions
+2 -2
View File
@@ -994,9 +994,9 @@ export type BunSQLiteConfig = {
*/
db_schema_file_name: string;
/**
* The Directory for backups
* The Directory for backups. Relative to db_dir.
*/
db_backup_dir: string;
db_backup_dir?: string;
max_backups?: number;
/**
* The Root Directory for the DB file and schema