mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
Remove unused root attribute from Nuxt configuration, update pnpm settings, and delete obsolete pnpm workspace file
This commit is contained in:
@@ -10,7 +10,6 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
rootAttrs: {
|
||||
// 'vaul-drawer-wrapper': '',
|
||||
class: 'bg-[var(--ui-bg)]',
|
||||
},
|
||||
},
|
||||
|
||||
@@ -48,5 +48,8 @@
|
||||
"typescript": "^5.8.3",
|
||||
"vue-tsc": "^2.2.8",
|
||||
"wrangler": "^4.12.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"neverBuiltDependencies": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
onlyBuiltDependencies:
|
||||
- '@parcel/watcher'
|
||||
- better-sqlite3
|
||||
- esbuild
|
||||
- sharp
|
||||
- vue-demi
|
||||
- workerd
|
||||
Reference in New Issue
Block a user