This commit is contained in:
2026-03-26 20:56:06 +08:00
parent 6200fcc66f
commit 7164dc3ed5
10 changed files with 667 additions and 1275 deletions

View File

@@ -25,4 +25,4 @@ await start_all_cron_tasks();
app.listen(port);
// eslint-disable-next-line no-console
console.log(`server listening on ${port}`);
console.log(`[${new Date().toLocaleString()}] server listening on ${port}`);