Skip to content

Commit

Permalink
feat: add nuxt module chrome devtools (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo authored Aug 29, 2024
1 parent 14e3927 commit d5af901
Show file tree
Hide file tree
Showing 3 changed files with 712 additions and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineNuxtConfig({
'@nuxtjs/color-mode',
'@nuxt/devtools',
'nuxt-vitest',
'nuxt-module-chrome-devtools',
],
css: [
'@unocss/reset/tailwind.css',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"bumpp": "^9.5.2",
"eslint": "^9.9.0",
"happy-dom": "^15.0.0",
"nuxt-module-chrome-devtools": "^0.0.5",
"nuxt-mongoose": "^1.0.6",
"nuxt-vitest": "^0.11.5",
"prisma": "^5.18.0",
Expand Down
Loading

0 comments on commit d5af901

Please sign in to comment.