Skip to content

Commit 421e47e

Browse files
committed
update vercel config
1 parent e9cf0ea commit 421e47e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

vercel.json

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"version": 2,
3+
"builds": [
4+
{
5+
"src": "index.js",
6+
"use": "@vercel/node"
7+
}
8+
],
9+
"routes": [
10+
{
11+
"src": "/(.*)",
12+
"dest": "index.js"
13+
}
14+
],
315
"buildCommand": null,
416
"devCommand": "npm run dev",
517
"framework": null,

0 commit comments

Comments
 (0)