Hi there! First of all, thank you so much for creating this package! I noticed a little thing: When in buildWatch mode (vite build --watch), the External url from browser-sync is being overwritten by the build output. Only the local URL is printed:

When I run vite serve, the external URL is shown (since there is no further output from vite):

Hi there! First of all, thank you so much for creating this package! I noticed a little thing: When in
buildWatchmode (vite build --watch), theExternalurl from browser-sync is being overwritten by the build output. Only the local URL is printed:When I run
vite serve, the external URL is shown (since there is no further output from vite):