We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9421df commit 4557ae6Copy full SHA for 4557ae6
1 file changed
apps/minting-service/vercel.json
@@ -1,5 +1,10 @@
1
{
2
"installCommand": "cd ../.. && npm ci",
3
"buildCommand": "cd ../.. && npx nx build minting-service",
4
- "framework": null
+ "framework": null,
5
+ "git": {
6
+ "deploymentEnabled": {
7
+ "main": true
8
+ }
9
10
}
0 commit comments