From 1d771efef6a492b321edd779e397cd331ed51689 Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Sat, 3 Jan 2026 14:22:07 +1000 Subject: [PATCH] fix: add build config to root vercel.json for tpmjs project --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 56660e8..d36f235 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,9 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", + "buildCommand": "pnpm run build:web", + "outputDirectory": "apps/web/.next", + "installCommand": "pnpm install", + "framework": "nextjs", "git": { "deploymentEnabled": { "main": true