mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-08 00:26:16 +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",
|
||||
"functions": {
|
||||
"api/**/*.js": {
|
||||
"runtime": "nodejs20.x",
|
||||
"maxDuration": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
{"buildCommand":"exit 0","installCommand":"npm install --production"}
|
||||
|
||||
Reference in New Issue
Block a user