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/606f6159c424ba70f09e8b54a0ec57ae7929c3d7/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"]
}