fix: add build config to root vercel.json for tpmjs project

This commit is contained in:
Ajax Davis 2026-01-03 14:22:07 +10:00
parent 19884af03e
commit 1d771efef6

View file

@ -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