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.
2 parents 90d8ce1 + a4716a5 commit 0418fb8Copy full SHA for 0418fb8
package.json
@@ -47,7 +47,7 @@
47
},
48
"devDependencies": {
49
"@nuxt/devtools": "^1.4.1",
50
- "@nuxt/eslint-config": "^0.5.4",
+ "@nuxt/eslint-config": "^0.6.0",
51
"@nuxt/module-builder": "^0.8.3",
52
"@nuxt/schema": "^3.13.0",
53
"@nuxt/test-utils": "^3.14.1",
playground/nuxt.config.ts
@@ -1,9 +1,8 @@
1
export default defineNuxtConfig({
2
+ modules: ['../src/module'],
3
devtools: { enabled: true },
4
compatibilityDate: '2024-07-03',
5
- modules: ['../src/module'],
6
-
7
echo: {
8
key: '9iaau1cgc7iqdt6ee97m',
9
scheme: 'http',
0 commit comments