From cb1cee0c33ac57f6ff78d49a2afa3a811d7035d2 Mon Sep 17 00:00:00 2001 From: Sumanth Chinthagunta Date: Sat, 16 Sep 2023 22:06:59 -0700 Subject: [PATCH] build(web): fix adapter --- apps/playground/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playground/vercel.json b/apps/playground/vercel.json index dca798fd..a8092c1f 100644 --- a/apps/playground/vercel.json +++ b/apps/playground/vercel.json @@ -2,7 +2,7 @@ "$schema": "http://openapi.vercel.sh/vercel.json", "framework": "sveltekit-1", "installCommand": "bun install", - "buildCommand": "bun run build", + "buildCommand": "bun --bun run build", "ignoreCommand": "[ \"$VERCEL_ENV\" != production ] || npx turbo-ignore", "redirects": [ { "source": "/exit-code.html", "destination": "/node/exit-code.html", "permanent": true },