彻底重构-4

This commit is contained in:
yml
2026-04-09 15:51:24 +08:00
parent 60054adcc4
commit 4c395103a9
28 changed files with 1917 additions and 404 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import tencentRouter from './routes/tencent.js'
const app = express()
const port = Number(runtimeConfig.server.port || 3000)
runDatabaseMigrations()
await runDatabaseMigrations()
await ensureFulfillmentCatalogBootstrapped()
await ensureAdminUsersBootstrapped()