1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-21 12:29:36 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
François Darveau 2022-01-09 22:39:51 -05:00
commit e75c5a7d4e
8 changed files with 80 additions and 57 deletions

View file

@ -24,6 +24,7 @@ const logger = new Logger();
await initApp();
await connectDB();
await associateModels();
await jobs();
// Load apps to create/update apps from integrations (Docker, Kubernetes, etc.)
await initIntegrationsApps();