mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
Server db utils changes
This commit is contained in:
parent
91e99e1bcc
commit
d86ebe3e58
5 changed files with 36 additions and 21 deletions
|
@ -20,9 +20,9 @@ const logger = new Logger();
|
|||
const PORT = process.env.PORT || 5005;
|
||||
|
||||
// Init app
|
||||
await initApp();
|
||||
await connectDB();
|
||||
await associateModels();
|
||||
await initApp();
|
||||
|
||||
// Create server for Express API and WebSockets
|
||||
const server = http.createServer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue