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

Transpile logical assignment operators with babel

pull/1995/head
Bogdan 1 year ago
parent ee969b7a06
commit c9434c61e3

@ -2,6 +2,8 @@ const loose = true;
module.exports = {
plugins: [
'@babel/plugin-transform-logical-assignment-operators',
// Stage 1
'@babel/plugin-proposal-export-default-from',
['@babel/plugin-transform-optional-chaining', { loose }],

Loading…
Cancel
Save