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/3261e3ee59a5b49a2d549c9b9b6109dbade0c44b/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
188 B

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