Browse Source

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

Michael Bromley 1 year ago
parent
commit
e1595d2a31
1 changed files with 1 additions and 0 deletions
  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',