Skip to content

Commit

Permalink
chore(devtools): add devtools to starter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 11, 2023
1 parent a8af7e6 commit 8000f2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .starters/default/nuxt.config.ts
Expand Up @@ -5,7 +5,6 @@ export default defineNuxtConfig({
modules: [
// https://github.com/nuxt-modules/plausible
'@nuxtjs/plausible',

// https://github.com/nuxt/devtools
'@nuxt/devtools'
]
Expand Down
1 change: 1 addition & 0 deletions .starters/default/package.json
Expand Up @@ -12,6 +12,7 @@
"devDependencies": {
"@nuxt-themes/docus": "^1.11.1",
"@nuxtjs/plausible": "^0.2.1",
"@nuxt/devtools": "^0.4.6",
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.40.0",
"nuxt": "3.3.3"
Expand Down

0 comments on commit 8000f2c

Please sign in to comment.