fix: add build config to root vercel.json for tpmjs project
This commit is contained in:
parent
19884af03e
commit
1d771efef6
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue