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

10 lines
199 B

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