diff --git a/vercel.json b/vercel.json index e03dbc3..c949ba6 100644 --- a/vercel.json +++ b/vercel.json @@ -1,15 +1,7 @@ { - "version": 2, - "builds": [ - { - "src": "api/**/*.ts", - "use": "@vercel/node" + "functions": { + "api/**/*.ts": { + "runtime": "@vercel/node@3" } - ], - "routes": [ - { - "src": "/api/(.*)", - "dest": "/api/$1" - } - ] + } } \ No newline at end of file