mirror of
https://github.com/thaldrin/brevis.git
synced 2024-08-15 03:03:56 +00:00
fuck vercel and not working with express support
This commit is contained in:
parent
ca83b1bb6c
commit
dcd592ecab
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": 2,
|
||||
"builds": [{ "src": "build/index.js", "use": "@now/node" }],
|
||||
"routes": [{ "src": "(.*)", "dest": "build/index.js" }]
|
||||
"builds": [{ "src": "index.ts", "use": "@vercel/node" }],
|
||||
"routes": [{ "src": "/.*", "dest": "/" }]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue