mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-07 17:05:53 +01:00
30 lines
496 B
JSON
30 lines
496 B
JSON
{
|
|
"version": 2,
|
|
"routes": [
|
|
{
|
|
"src": "/api/(.*)",
|
|
"dest": "/api/$1.js"
|
|
}
|
|
],
|
|
"functions": {
|
|
"api/*.js": {
|
|
"maxDuration": 10
|
|
}
|
|
},
|
|
"env": {
|
|
"PLATFORM": "vercel",
|
|
"CI": "false",
|
|
"CHROME_PATH": "/usr/bin/chromium",
|
|
"NODE_VERSION": "21.x",
|
|
"GOOGLE_CLOUD_API_KEY": "",
|
|
"BUILT_WITH_API_KEY": "",
|
|
"REACT_APP_SHODAN_API_KEY": "",
|
|
"REACT_APP_WHO_API_KEY": ""
|
|
},
|
|
"build": {
|
|
"env": {
|
|
"PLATFORM": "vercel"
|
|
}
|
|
}
|
|
}
|