My application is running on port 8000. I have changed the borowserSync port to 8000 from browser-sync/default-config.js. And it looks something like this
// Change the default project
ui: {
port: 8000
},
ui: {
port: 8000,
weinre: {
port: 8000
}
},
but when I ran gulp watch command it spins the server on port 8001. my terminal looks like this after I ran gulp watch command
[23:40:54] Starting 'browserSync'...
[23:40:54] Finished 'browserSync' after 23 ms
[23:40:54] Starting 'sass'...
[BS] Access URLs:
------------------------------------
Local: http://localhost:8001
External: http://192.168.1.6:8001
------------------------------------
UI: http://localhost:8002
UI External: http://192.168.1.6:8002
Does anyone know who to change the port in browserSync.