Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/src/commit/967a927e2d3165f5a64a41ff67cef0deed56b9bc/webapp/frontend/tsconfig.app.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": []
|
|
},
|
|
"files": [
|
|
"src/main.ts",
|
|
"src/polyfills.ts"
|
|
],
|
|
"include": [
|
|
"src/**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"src/tailwind/**"
|
|
]
|
|
}
|