revert: restore framework=nextjs in vercel.json

This commit is contained in:
Ajax Davis 2026-01-09 18:18:04 +10:00
parent 849802bfeb
commit bc5eb61086

View file

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