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

9 lines
152 B

{
"extends": "./tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"types": ["jest", "node"]
},
"exclude": ["jest.config.ts"]
}