We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ae2ab commit 552ea43Copy full SHA for 552ea43
apps/api-harmonization/vercel.json
@@ -1,5 +1,12 @@
1
{
2
"version": 2,
3
+ "public": false,
4
+ "github": {
5
+ "enabled": false
6
+ },
7
+ "git": {
8
+ "deploymentEnabled": false
9
10
"buildCommand": "turbo run build",
11
"installCommand": "npm install --prefix=../..",
12
"outputDirectory": "dist",
apps/frontend/vercel.json
@@ -0,0 +1,10 @@
+{
+ "version": 2,
+ }
+}
0 commit comments