Files
cors-anywhere/vercel.json
Tony Tang 7e3115fad0 feat: make vercel compatible
Signed-off-by: Tony Tang <tonytang@lilith.com>
2025-10-15 11:36:13 +08:00

18 lines
247 B
JSON

{
"version": 2,
"functions": {
"api/index.js": {
"maxDuration": 30
}
},
"routes": [
{
"src": "/(.*)",
"dest": "/api/index.js"
}
],
"outputDirectory": null,
"env": {
"NODE_ENV": "production"
}
}