Explorar el Código

chore(core): Fix type error introduced by entityIdStrategy refactor

Michael Bromley hace 1 año
padre
commit
e1595d2a31
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/core/src/config/default-config.ts

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

@@ -84,6 +84,7 @@ export const defaultConfig: RuntimeVendureConfig = {
         introspection: true,
         apolloServerPlugins: [],
     },
+    entityIdStrategy: new AutoIncrementIdStrategy(),
     authOptions: {
         disableAuth: false,
         tokenMethod: 'cookie',