From 33ca0f3912d6edb5312a8168e9654196ca5ff341 Mon Sep 17 00:00:00 2001 From: aamoghS Date: Fri, 8 May 2026 21:15:38 -0400 Subject: [PATCH] fix --- apphosting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apphosting.yaml b/apphosting.yaml index 4bd90db3..096deceb 100644 --- a/apphosting.yaml +++ b/apphosting.yaml @@ -1,7 +1,7 @@ # Monorepo - app is in sites/portal scripts: - buildCommand: npm install -g bun && node restore-workspace.js && rm -rf node_modules package-lock.json bun.lock && bun install && bun --filter web build && mkdir -p sites/mainweb/.next/standalone/sites/mainweb/.next && cp -r sites/mainweb/.next/static sites/mainweb/.next/standalone/sites/mainweb/.next/static && (cp -r sites/mainweb/public sites/mainweb/.next/standalone/sites/mainweb/public || true) + buildCommand: npm install && npx turbo run build --filter=web && mkdir -p sites/mainweb/.next/standalone/sites/mainweb/.next && cp -r sites/mainweb/.next/static sites/mainweb/.next/standalone/sites/mainweb/.next/static && (cp -r sites/mainweb/public sites/mainweb/.next/standalone/sites/mainweb/public || true) runCommand: node sites/mainweb/.next/standalone/sites/mainweb/server.js runConfig: