Skip to content

Commit c150d05

Browse files
committed
fix: add vercel.json
we need to have this to sepcify the build command so that the app can build properly. this should also be situated at the root dir, which is apps/web in this case
1 parent 6718017 commit c150d05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/web/vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"buildCommand": "turbo vercel-build"
4+
}

0 commit comments

Comments
 (0)