Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/src/commit/04044f8720ddae9165a203b48ad8ca295d3fec44/apps/api/tsconfig.app.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"types": ["node"],
|
|
"emitDecoratorMetadata": true,
|
|
"target": "es2015"
|
|
},
|
|
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
|
|
"include": ["**/*.ts"]
|
|
}
|