fuck vercel and not working with express support

This commit is contained in:
Lio Young 2021-04-13 23:53:20 +02:00
parent ca83b1bb6c
commit dcd592ecab
No known key found for this signature in database
GPG Key ID: 789795A11879E169
1 changed files with 2 additions and 2 deletions

View File

@ -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": "/" }]
}