Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/blame/commit/a25d5b9dc046fa935b094d07746b321fec7c5e38/libs/common/tsconfig.lib.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/libs/common/tsconfig.lib.json

10 lines
206 B

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