mirror of
https://github.com/Fasthei/taiji-pda-v0.git
synced 2026-09-26 20:12:27 +00:00
chore: add azure static web apps config with node 20.11.1
This commit is contained in:
@@ -0,0 +1 @@
|
||||
20.11.1
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user