feat: automate verified SQLite backups and safe recovery
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
"test": "bun test",
|
||||
"db:migrate:production": "NODE_ENV=production bun --env-file=.env --env-file=.env.production scripts/migrate.ts",
|
||||
"test:coverage": "bun test --coverage",
|
||||
"test:smoke": "bun run build && bun scripts/api-smoke.ts"
|
||||
"test:smoke": "bun run build && bun scripts/api-smoke.ts",
|
||||
"db:backup": "NODE_ENV=production bun --env-file=.env --env-file=.env.production scripts/backup.ts",
|
||||
"db:restore": "bun scripts/restore.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nivo/calendar": "^0.99.0",
|
||||
|
||||
Reference in New Issue
Block a user