Skip to content

Commit e6dd969

Browse files
chore: Updated Vercel configuration
Signed-off-by: Treasure Alekhojie <[email protected]>
1 parent f60fa0d commit e6dd969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"devCommand": "npm run dev",
44
"builds": [
55
{
6-
"src": "src/index.ts",
6+
"src": "index.ts",
77
"use": "@vercel/node"
88
}
99
],
1010
"routes": [
1111
{
1212
"src": "/(.*)",
13-
"dest": "src/index.ts"
13+
"dest": "index.ts"
1414
}
1515
]
1616
}

0 commit comments

Comments
 (0)