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/3f31cec8597de0e021559ce0edc1cc6f44548421/apps/client/tsconfig.app.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/apps/client/tsconfig.app.json

10 lines
214 B

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"],
"typeRoots": ["../node_modules/@types"]
},
"files": ["src/main.ts", "src/polyfills.ts"]
}