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
As of now, when we run a dev server using preact serve or preact watch by default opens on 8080 port.
If there is a process which runs on 8080 already, preact doesn't ask the user whether he wants to run on a new port. As of now it terminates the process.
It would be great if we can suggest the CLI to ask the user whether he wants to run on a different port.