Skip to content

Commit db988cc

Browse files
committedSep 21, 2024
chore: remove devtools plugin
1 parent 69953e5 commit db988cc

File tree

3 files changed

+15
-718
lines changed

3 files changed

+15
-718
lines changed
 

‎nuxt.config.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default defineNuxtConfig({
2-
compatibilityDate: '2024-04-03',
2+
compatibilityDate: '2024-09-21',
33
future: {
44
compatibilityVersion: 4,
55
},
@@ -10,7 +10,6 @@ export default defineNuxtConfig({
1010
'@nuxtjs/color-mode',
1111
'@nuxt/devtools',
1212
'nuxt-vitest',
13-
'nuxt-module-chrome-devtools',
1413
],
1514
css: [
1615
'@unocss/reset/tailwind.css',

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"drizzle-kit": "^0.24.2",
3838
"eslint": "^9.10.0",
3939
"happy-dom": "^15.7.4",
40-
"nuxt-module-chrome-devtools": "^0.0.5",
4140
"nuxt-vitest": "^0.11.5",
4241
"typescript": "^5.6.2",
4342
"vitest": "^2.1.1"

0 commit comments

Comments
 (0)
Failed to load comments.