Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/71ad2ec794ef2ff56ef7d841b059c8c60d14a71e You should set ROOT_URL correctly, otherwise the web may not work correctly.

jsconfig for a bit of autocompletion and intellisense

Fixes 

Co-Authored-By: taloth <taloth@users.noreply.github.com>
pull/4868/head
Qstick 5 years ago
parent 77036ac3ef
commit 71ad2ec794

@ -0,0 +1,20 @@
{
"compilerOptions": {
"target": "es6",
"checkJs": false,
"baseUrl": "src",
"jsx": "react",
"module": "commonjs",
"moduleResolution": "node",
"paths": {
"*": [
"*"
]
}
},
"include": [
"./src/**/*"
],
"exclude": [
]
}
Loading…
Cancel
Save