mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 17:26:17 +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,
|
"functions": {
|
||||||
"builds": [
|
"api/**/*.ts": {
|
||||||
{
|
"runtime": "@vercel/node@3"
|
||||||
"src": "api/**/*.ts",
|
|
||||||
"use": "@vercel/node"
|
|
||||||
}
|
}
|
||||||
],
|
}
|
||||||
"routes": [
|
|
||||||
{
|
|
||||||
"src": "/api/(.*)",
|
|
||||||
"dest": "/api/$1"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user