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

no log: Fix husky installation ()

pull/2491/head
Anderson Shindy Oki 11 months ago committed by GitHub
parent d686ab71b2
commit 397310eff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -77,7 +77,7 @@
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage",
"format": "prettier -w .",
"prepare": "cd .. && husky install frontend/.husky"
"prepare": "cd .. && husky frontend/.husky"
},
"browserslist": {
"production": [

Loading…
Cancel
Save