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/0ef35fd31f5ca08bfd13a0b516cc4d31c197318c/libs/helper/tsconfig.lib.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/libs/helper/tsconfig.lib.json

10 lines
172 B

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": []
},
"include": ["**/*.ts"],
"exclude": ["**/*.spec.ts"]
}