Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/blame/commit/6db881b08f49aa323b5940c1dde082b7aef974c6/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

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