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

Add dev container workspace

Allows the linting and style settings for the frontend to be applied even when you load the main repo as a workspace

(cherry picked from commit d6278fced49b26be975c3a6039b38a94f700864b)

Closes 
pull/9937/head
Josh McKinney 1 year ago committed by Bogdan
parent 8d90c7678f
commit dc7c8bf800

@ -0,0 +1,13 @@
// This file is used to open the backend and frontend in the same workspace, which is necessary as
// the frontend has vscode settings that are distinct from the backend
{
"folders": [
{
"path": ".."
},
{
"path": "../frontend"
}
],
"settings": {}
}
Loading…
Cancel
Save