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/30a64e7fc1cd68f28414e65c4208c09edbe85bb8/apps/client/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"],
|
|
"typeRoots": ["../../node_modules/@types"],
|
|
"target": "ES2022",
|
|
"useDefineForClassFields": false
|
|
},
|
|
"files": ["src/main.ts", "src/polyfills.ts"],
|
|
"exclude": ["jest.config.ts"]
|
|
}
|