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/c5dc3d4272c40ca5aa7b7b36d2e8ca0c633264a0/libs/ui/.storybook/tsconfig.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
|
|
"exclude": ["../**/*.spec.ts"],
|
|
"include": [
|
|
"../src/**/*.stories.mdx",
|
|
"../src/**/*.stories.js",
|
|
"../src/**/*.stories.jsx",
|
|
"../src/**/*.stories.ts",
|
|
"../src/**/*.stories.tsx",
|
|
"*.js"
|
|
]
|
|
}
|