Skip to content

Commit

Permalink
fix: remove nuxt module
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Aug 27, 2024
1 parent f06271a commit 42fb15d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
shamefully-hoist=true
strict-peer-dependencies=false
hoist-pattern[]=*prisma*
4 changes: 0 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ export default defineNuxtConfig({
'@nuxtjs/color-mode',
'@nuxt/devtools',
'nuxt-vitest',
'@prisma/nuxt',
],
prisma: {
installStudio: true,
},
css: [
'@unocss/reset/tailwind.css',
],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@nuxtjs/color-mode": "^3.4.4",
"@pinia/nuxt": "^0.5.4",
"@prisma/client": "^5.18.0",
"@prisma/nuxt": "^0.0.35",
"@unocss/nuxt": "^0.62.2",
"@vueuse/nuxt": "^11.0.1",
"bumpp": "^9.5.2",
Expand Down
22 changes: 0 additions & 22 deletions pnpm-lock.yaml

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

0 comments on commit 42fb15d

Please sign in to comment.