diff --git a/bin/lib/options.js b/bin/lib/options.js index 09b9a96bc..e493f485a 100644 --- a/bin/lib/options.js +++ b/bin/lib/options.js @@ -149,7 +149,7 @@ module.exports = [ name: 'useCorsProxy', help: 'Do you want to have a CORS proxy endpoint?', flag: true, - prompt: true, + default: false, hide: true }, {