mirror of
https://github.com/Fasthei/taiji-pda-v0.git
synced 2026-09-26 21:03:25 +00:00
25 lines
451 B
JSON
25 lines
451 B
JSON
{
|
|
"buildDetails": {
|
|
"appLocation": "/",
|
|
"apiLocation": "api",
|
|
"outputLocation": ".next",
|
|
"appBuildCommand": "npm run build",
|
|
"apiLanguage": "node",
|
|
"apiVersion": "20"
|
|
},
|
|
"platformErrorOverrides": [
|
|
{
|
|
"errorType": "NotFound",
|
|
"serve": "/404.html"
|
|
},
|
|
{
|
|
"errorType": "Unauthenticated",
|
|
"statusCode": 401
|
|
},
|
|
{
|
|
"errorType": "Unauthorized",
|
|
"statusCode": 403
|
|
}
|
|
]
|
|
}
|