diff --git a/package.json b/package.json index 3eb25578..2661c49b 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,12 @@ "tailwindcss": "^4", "typescript": "^5", "vitest": "^4.1.8" + }, + "pnpm": { + "onlyBuiltDependencies": [ + "next", + "@tailwindcss/postcss", + "tailwindcss" + ] } }