Updated dependencies

This commit is contained in:
2025-11-25 09:24:39 +11:00
parent 3c7dd33232
commit 3fec1927c2
4 changed files with 593 additions and 339 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ const port = process.env.WEB_PORT || 4000;
app.listen(port, async err => {
await database.sync();
console.log(`listening to *:${port}`);
});
});