diff --git a/package.json b/package.json index 5550368..87a88cf 100644 --- a/package.json +++ b/package.json @@ -79,6 +79,13 @@ "vue-router": "latest", "zod": "3.25.67" }, + "pnpm": { + "onlyBuiltDependencies": [ + "@tailwindcss/oxide", + "@vercel/speed-insights", + "unrs-resolver" + ] + }, "devDependencies": { "@commitlint/cli": "^18.6.0", "@commitlint/config-conventional": "^18.6.0", @@ -101,4 +108,4 @@ "tw-animate-css": "1.3.3", "typescript": "^5" } -} \ No newline at end of file +} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index a53ae0f..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -onlyBuiltDependencies: - - '@tailwindcss/oxide' - - '@vercel/speed-insights' - - unrs-resolver