diff --git a/src/index.ts b/src/index.ts index 31f5f66f8..af0114b87 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,6 +9,9 @@ import { server } from './server'; // Boot app am(async () => { + // Load core + await core.core.load(); + // Load server await core.loadServer('graphql-api', server); }, error => {