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

Use 2 spaces indentation for ts/tsx files

(cherry picked from commit bc374f07cebc8463c6416630d0fb06f011f21c31)
pull/2700/head
Bogdan 2 years ago
parent a3aac90bf7
commit 15190aa61a

@ -275,7 +275,7 @@ dotnet_diagnostic.CA5397.severity = suggestion
[*.{js,html,js,hbs,less,css}]
[*.{js,html,hbs,less,css,ts,tsx}]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

Loading…
Cancel
Save