Skip to content

Commit

Permalink
chore: fix broken devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 4, 2024
1 parent 21171c2 commit de35240
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 64 deletions.
1 change: 0 additions & 1 deletion .nuxtrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
imports.autoImport=false
modules[]=@nuxt/scripts
8 changes: 7 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.36"
"@iconify-json/carbon": "^1.1.36",
"@nuxt/devtools-kit": "^1.3.8",
"@nuxt/devtools-ui-kit": "latest",
"@nuxt/kit": "^3.12.3",
"nuxt": "latest",
"vue": "3.4.31",
"vue-router": "latest"
}
}
1 change: 1 addition & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineNuxtConfig({
'@nuxt/fonts',
'@nuxt/content',
'@vueuse/nuxt',
'@nuxt/scripts',
'@nuxt/ui',
// '@nuxthq/studio',
'@nuxtjs/seo',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"magic-string": "^0.30.10",
"mlly": "^1.7.1",
"ofetch": "^1.3.4",
"nuxt-scripts-devtools": "workspace:*",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"pkg-types": "^1.1.3",
Expand Down
Loading

0 comments on commit de35240

Please sign in to comment.