mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 00:56:16 +00:00
fix: Update vercel.json to use functions syntax
This commit is contained in:
16
vercel.json
16
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user