From 1b526f2ba8e90294fb21da7226fe24a63ed59c7c Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Thu, 23 Jul 2026 13:01:16 -0400 Subject: [PATCH] chore(config): enable allowBuilds for workspace packages --- pnpm-workspace.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4d51f50..cae0a88 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,5 +1,5 @@ allowBuilds: - '@biomejs/biome': set this to true or false - '@tailwindcss/oxide': set this to true or false - esbuild: set this to true or false - sharp: set this to true or false + '@biomejs/biome': true + '@tailwindcss/oxide': true + esbuild: true + sharp: true