fix: set framework to null for monorepo Vercel deployment
This commit is contained in:
parent
8c6185e6bb
commit
849802bfeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue