Skip to content

Commit 0975d42

Browse files
committed
fix: add vercel to deploy
1 parent 44e25b4 commit 0975d42

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

apps/sdk-tools/vercel.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)