chore: Disable eager loading apps
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
c48c905805
commit
6b1dee053f
@@ -1,10 +0,0 @@
|
||||
import App from '../models/app';
|
||||
import appConfig from '../config/app';
|
||||
|
||||
if(appConfig.appEnv === 'development') {
|
||||
const apps = App.findAll();
|
||||
|
||||
apps.forEach((app: any) => {
|
||||
import(`../apps/${app.key}`);
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user