Skip to content

Commit

Permalink
feat(devtools): enable
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jun 9, 2024
1 parent d3372f9 commit 0e5d3e5
Show file tree
Hide file tree
Showing 3 changed files with 749 additions and 720 deletions.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import pkg from './package.json'

export default defineNuxtConfig({
ssr: true,
devtools: { enabled: true },
runtimeConfig: {
public: {
APP_VERSION: pkg.version,
Expand Down Expand Up @@ -59,6 +60,6 @@ export default defineNuxtConfig({
},
sourcemap: {
client: false,
server: true,
server: false,
},
})
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@antfu/eslint-config": "2.19.2",
"@antfu/eslint-config": "2.21.0",
"@formkit/nuxt": "1.6.5",
"@iconify-json/carbon": "^1.1.34",
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/prime": "^1.1.12",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/content": "2.12.1",
"@nuxt/devtools": "1.3.2",
"@nuxt/devtools": "1.3.3",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/i18n": "8.3.1",
"@pinia/nuxt": "^0.5.1",
Expand Down
Loading

0 comments on commit 0e5d3e5

Please sign in to comment.