Skip to content

Commit faf2c64

Browse files
committed
Create vercel.json
1 parent 528bf75 commit faf2c64

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"version": 2,
3+
"builds": [
4+
{
5+
"src": "apps/web/package.json",
6+
"use": "@vercel/next"
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)