Sfoglia il codice sorgente

chore(core): Add missing default config option

Michael Bromley 3 anni fa
parent
commit
7580aaecd0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/core/src/config/default-config.ts

+ 1 - 0
packages/core/src/config/default-config.ts

@@ -65,6 +65,7 @@ export const defaultConfig: RuntimeVendureConfig = {
             credentials: true,
             credentials: true,
         },
         },
         middleware: [],
         middleware: [],
+        introspection: true,
         apolloServerPlugins: [],
         apolloServerPlugins: [],
     },
     },
     authOptions: {
     authOptions: {