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

12 lines
271 B

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