Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/80143e0ae1d4c0407174d83f07ab945b8a327d9d/frontend/jsconfig.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"checkJs": false,
|
|
"baseUrl": "src",
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"*": [
|
|
"*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": [
|
|
]
|
|
}
|