Create vercel.json
This commit is contained in:
parent
c50697384f
commit
8631266f13
1 changed files with 11 additions and 0 deletions
11
vercel.json
Normal file
11
vercel.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"version": 2,
|
||||
"builds": [{
|
||||
"src": "index.js",
|
||||
"use": "@vercel/node"
|
||||
}],
|
||||
"routes": [{
|
||||
"src": "/(.*)",
|
||||
"dest": "index.js"
|
||||
}]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue