We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9571b3a commit a4c843fCopy full SHA for a4c843f
.node-version
@@ -1 +1 @@
1
-v23
+v23
vite.config.ts
@@ -11,7 +11,7 @@ export default defineConfig({
11
'@graphql-inspector/testing': 'packages/testing/src/index.ts',
12
'@graphql-inspector/core': 'packages/core/src/index.ts',
13
'graphql/language/parser.js': 'graphql/language/parser.js',
14
- graphql: 'graphql/index.js'
+ graphql: 'graphql/index.js',
15
},
16
deps: {
17
// fixes `graphql` Duplicate "graphql" modules cannot be used at the same time since different
0 commit comments