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/873fd537158b92c0a47b99f4fb0e0275a751212d/libs/common/tsconfig.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/libs/common/tsconfig.json

14 lines
197 B

4 years ago
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}