fix: set framework to null for monorepo Vercel deployment

This commit is contained in:
Ajax Davis 2026-01-09 18:11:26 +10:00
parent 8c6185e6bb
commit 849802bfeb

View file

@ -3,7 +3,7 @@
"buildCommand": "pnpm run build:web", "buildCommand": "pnpm run build:web",
"outputDirectory": "apps/web/.next", "outputDirectory": "apps/web/.next",
"installCommand": "pnpm install", "installCommand": "pnpm install",
"framework": "nextjs", "framework": null,
"git": { "git": {
"deploymentEnabled": { "deploymentEnabled": {
"main": true "main": true