This commit is contained in:
2026-03-18 20:43:42 +08:00
parent 92021eaa41
commit cf3422b1ca
8 changed files with 155 additions and 45 deletions

View File

@@ -21,7 +21,7 @@ const port = cfg.server.port;
await sequelize.authenticate();
// await sequelize.sync();
start_all_cron_tasks();
await start_all_cron_tasks();
app.listen(port);
// eslint-disable-next-line no-console