From b02262fd4a8fda1bfb89956c646b75049e6a8e37 Mon Sep 17 00:00:00 2001 From: chenhang Date: Wed, 10 Jun 2026 17:23:19 +0800 Subject: [PATCH] chore: update pnpm configuration to allow all built dependencies --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 2661c49b..a7d48ce8 100644 --- a/package.json +++ b/package.json @@ -45,9 +45,7 @@ }, "pnpm": { "onlyBuiltDependencies": [ - "next", - "@tailwindcss/postcss", - "tailwindcss" + "*" ] } }