Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
(async function() {
await ngrok.authtoken(token);
const url = await ngrok.connect(port);
console.info([
colors.cyan('ngrok'),
' - serving your site from ',
colors.yellow(url)
].join(''));
})();
} else if (!token && enableNgrok) {