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

12 lines
291 B

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"],
"target": "es2016"
},
"files": ["src/test-setup.ts"],
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "jest.config.ts"]
}