mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 09:06:15 +00:00
fix: Remove unnecessary function configuration from vercel.json
This commit is contained in:
11
vercel.json
11
vercel.json
@@ -1,10 +1 @@
|
|||||||
{
|
{"buildCommand":"exit 0","installCommand":"npm install --production"}
|
||||||
"buildCommand": "exit 0",
|
|
||||||
"installCommand": "npm install --production",
|
|
||||||
"functions": {
|
|
||||||
"api/**/*.js": {
|
|
||||||
"runtime": "nodejs20.x",
|
|
||||||
"maxDuration": 10
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user