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

10 lines
215 B

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