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

11 lines
147 B

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