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

11 lines
222 B

4 years ago
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"outDir": "../../dist/out-tsc",
"allowJs": true,
"types": ["cypress", "node"]
},
"include": ["src/**/*.ts", "src/**/*.js"]
}