How can I make Gulp watch and Browsersync work without proxy, on my usual drupalURL?

I have this set up:
options.drupalURL = 'http://mydomain.local';

but the Browsersync only works on localhost:3000 that is automatically open on watch. I thought this makes sure the existing server is used?

Comments

portulaca created an issue.