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 44e25b4 commit 0975d42Copy full SHA for 0975d42
apps/sdk-tools/vercel.json
@@ -0,0 +1,11 @@
1
+{
2
+ "rewrites": [
3
+ {
4
+ "source": "/(.*)",
5
+ "destination": "/index.html"
6
+ }
7
+ ],
8
+ "buildCommand": "cd ../../ && yarn build:sdk-tools",
9
+ "outputDirectory": "../../build/sdk-tools",
10
+ "installCommand": "cd ../../ && yarn run install:ci"
11
+}
0 commit comments