Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/src/commit/ac507306294667d42b3bf74865f9bece1936c66b/tests/tsconfig.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es2018", "dom"],
|
|
"types": ["cypress", "cypress-wait-until", "cypress-image-snapshot", "cypress-real-events", "@bahmutov/cy-api"],
|
|
"baseUrl": "./cypress",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"support/*.ts"
|
|
]
|
|
} |