This commit is contained in:
张成
2026-03-18 16:16:04 +08:00
parent 3d3b9b5dfa
commit a62018a062
8 changed files with 38 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ const cfg = get_app_config();
const port = cfg.server.port;
await sequelize.authenticate();
await sequelize.sync();
// await sequelize.sync();
start_all_cron_tasks();
app.listen(port);