diff --git a/nuxt.config.ts b/nuxt.config.ts index 401a4fa..4181b55 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,7 +10,6 @@ export default defineNuxtConfig({ }, }, rootAttrs: { - // 'vaul-drawer-wrapper': '', class: 'bg-[var(--ui-bg)]', }, }, diff --git a/package.json b/package.json index d6317d4..09fe1fb 100644 --- a/package.json +++ b/package.json @@ -48,5 +48,8 @@ "typescript": "^5.8.3", "vue-tsc": "^2.2.8", "wrangler": "^4.12.0" + }, + "pnpm": { + "neverBuiltDependencies": [] } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index eb00fc6..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,7 +0,0 @@ -onlyBuiltDependencies: - - '@parcel/watcher' - - better-sqlite3 - - esbuild - - sharp - - vue-demi - - workerd