Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/src/commit/b6f202c94e358c2ab2f35b7547c149d0fa4e5980/tools/tsconfig.tools.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/tools/tsconfig.tools.json

12 lines
223 B

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../dist/out-tsc/tools",
"rootDir": ".",
"module": "commonjs",
"target": "es5",
"types": ["node"]
},
"include": ["**/*.ts"]
}