From 2482420780d54753310480dbb4d61c5325b92002 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 19:44:37 +0000 Subject: [PATCH] Fix Vercel build by forcing Bun --- vercel.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vercel.json b/vercel.json index be8a7bbc..157bb1e8 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,6 @@ { + "installCommand": "bun install", + "buildCommand": "bun run build", "rewrites": [ { "source": "/",