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/d2f8e3d64584bdbde0445d40f5713b495515cdef/tools/tsconfig.tools.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../dist/out-tsc/tools",
|
|
"rootDir": ".",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|