Skip to content

Commit

Permalink
Enable Nuxt dev tools again.
Browse files Browse the repository at this point in the history
1.0 was released.
  • Loading branch information
mross-ua committed Nov 25, 2023
1 parent 1dde960 commit 5fd8c62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
// some people report having issues with devtools
devtools: { enabled: false },
devtools: { enabled: true },
modules: [
"@nuxtjs/color-mode",
"@nuxtjs/tailwindcss",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"start": "nuxt node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/devtools": "^1.0.3",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/tailwindcss": "^6.10.1",
"@pinia/nuxt": "^0.5.1",
Expand Down

0 comments on commit 5fd8c62

Please sign in to comment.