From 5f874cf2a20f238c3e9cb7c23c49c56062262346 Mon Sep 17 00:00:00 2001 From: Hardik Date: Fri, 22 May 2026 17:17:15 +0530 Subject: [PATCH] pnpm workspace allow build scripts --- App/pnpm-workspace.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/App/pnpm-workspace.yaml b/App/pnpm-workspace.yaml index bf1a97e..e4e2161 100644 --- a/App/pnpm-workspace.yaml +++ b/App/pnpm-workspace.yaml @@ -1,7 +1,7 @@ allowBuilds: - '@prisma/client': set this to true or false - '@prisma/engines': set this to true or false - esbuild: set this to true or false - prisma: set this to true or false - sharp: set this to true or false - unrs-resolver: set this to true or false + '@prisma/client': true + '@prisma/engines': true + esbuild: true + prisma: true + sharp: true + unrs-resolver: true