Skip to content

Commit

Permalink
chore: add vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Dec 3, 2023
1 parent 1a91247 commit 57bf0ce
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{
"devCommand": "npm run serve"
"version": 2,
"builds": [
{
"src": "server.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "server.js"
}
]
}

0 comments on commit 57bf0ce

Please sign in to comment.