You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you very much for this excellent package, which allowed me to migrate from browser sync to event dev server. I am using it on CLI, and I would like to ask how to keep the browser console clean? My idea is to provide a configuration option to control it? And whether the browser can automatically open after startup,
import browserSync from 'browser-sync'
const bs = browserSync.create();
bs.init({
notify: false,
port: 3001,
open: true,//like this
})
The text was updated successfully, but these errors were encountered:
zachleat
changed the title
Keep the console clean and automatically open the browser upon startup
Remove browser console output "Connected" messages
Aug 1, 2024
Thank you for pointing me to the right place. Please forgive me for never using 'emergency' before. I just happened to find eleventy-dev-server while searching for alternatives to browser-sync. After using it, I was pleasantly surprised and also took a look https://github.com/11ty/eleventy/ I have marked it as a star, and I feel that I will definitely need it in the future. Thank you for your work
First of all, thank you very much for this excellent package, which allowed me to migrate from browser sync to event dev server. I am using it on CLI, and I would like to ask how to keep the browser console clean? My idea is to provide a configuration option to control it? And whether the browser can automatically open after startup,
The text was updated successfully, but these errors were encountered: