mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-18 19:19:36 +02:00
chore: bg-task optimization
This commit is contained in:
parent
6d8ce5361a
commit
0044d265d1
2 changed files with 28 additions and 22 deletions
|
@ -23,6 +23,7 @@ const logger = new Logger();
|
|||
await initApp();
|
||||
await connectDB();
|
||||
await associateModels();
|
||||
await jobs();
|
||||
|
||||
// Create server for Express API and WebSockets
|
||||
const server = http.createServer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue