1
0
Fork 0
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:
soulteary 2022-01-04 14:18:54 +08:00
parent 6d8ce5361a
commit 0044d265d1
2 changed files with 28 additions and 22 deletions

View file

@ -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();