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/a2440fc0670261a6f1501e22144ef53024866d5a/libs/common/tsconfig.spec.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.spec.tsx",
|
|
"**/*.spec.js",
|
|
"**/*.spec.jsx",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|