mirror of
https://github.com/Ratstail91/sineql-demo.git
synced 2026-05-05 23:30:11 +10:00
Updated dependencies
This commit is contained in:
+1
-1
@@ -30,4 +30,4 @@ const port = process.env.WEB_PORT || 4000;
|
||||
app.listen(port, async err => {
|
||||
await database.sync();
|
||||
console.log(`listening to *:${port}`);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user