Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/b6b53552615900f94c7396347b2b89b4786d5cbd/gulp/phantom.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
// Switch to phantom.
|
|
// Example:
|
|
// gulp --phantom
|
|
|
|
var phantom = false;
|
|
process.argv.forEach(function(val, index, array) {
|
|
if (val === '--phantom') {
|
|
phantom = true;
|
|
}
|
|
});
|
|
|
|
console.log('Phantom:', phantom);
|
|
|
|
module.exports = phantom; |