We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69953e5 commit db988ccCopy full SHA for db988cc
nuxt.config.ts
@@ -1,5 +1,5 @@
1
export default defineNuxtConfig({
2
- compatibilityDate: '2024-04-03',
+ compatibilityDate: '2024-09-21',
3
future: {
4
compatibilityVersion: 4,
5
},
@@ -10,7 +10,6 @@ export default defineNuxtConfig({
10
'@nuxtjs/color-mode',
11
'@nuxt/devtools',
12
'nuxt-vitest',
13
- 'nuxt-module-chrome-devtools',
14
],
15
css: [
16
'@unocss/reset/tailwind.css',
package.json
@@ -37,7 +37,6 @@
37
"drizzle-kit": "^0.24.2",
38
"eslint": "^9.10.0",
39
"happy-dom": "^15.7.4",
40
- "nuxt-module-chrome-devtools": "^0.0.5",
41
"nuxt-vitest": "^0.11.5",
42
"typescript": "^5.6.2",
43
"vitest": "^2.1.1"
0 commit comments