Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/blame/commit/2ae4eb646d35e3194ed06d2674bb27da97c17ae8/tests/tsconfig.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/tests/tsconfig.json

15 lines
368 B

4 years ago
{
"compilerOptions": {
"target": "es5",
"lib": ["es2018", "dom"],
"types": ["cypress", "cypress-wait-until", "cypress-image-snapshot", "cypress-real-events", "@bahmutov/cy-api"],
4 years ago
"baseUrl": "./cypress",
"paths": {
"@/*": ["./*"]
}
},
"include": [
"**/*.ts",
"support/*.ts"
]
}