项目迁移

This commit is contained in:
2026-07-22 18:22:52 +08:00 Unverified
commit ecb3dc63ed
68 changed files with 21894 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// Keep the historical reset-db entry point, but run the same guarded initializer used
// by initialize-system so SQLite, MySQL, .env loading and schema checks stay in sync.
if (!process.argv.slice(2).includes('--empty')) process.argv.push('--empty');
await import('./import-test-data.mjs');