diff --git a/apps/minting-service/vercel.json b/apps/minting-service/vercel.json index 4196c9d81..5c6799aab 100644 --- a/apps/minting-service/vercel.json +++ b/apps/minting-service/vercel.json @@ -1,5 +1,10 @@ { "installCommand": "cd ../.. && npm ci", "buildCommand": "cd ../.. && npx nx build minting-service", - "framework": null + "framework": null, + "git": { + "deploymentEnabled": { + "main": true + } + } }