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