mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 15:09:25 +00:00
18 lines
247 B
JSON
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"
|
|
}
|
|
} |