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
Huh! Well that's odd; I would have thought micro would respect $PORT. That's very annoying that their "solution" is Bash-shell specific. I'd hate to make a change that would potentially break Windows support since I use Windows every day.
Goes and reads through the source code of micro
Oh... I see why they ignore it. They actually support running on multiple ports and allow you to specify combinations of bind address + port and/or sockets. Fancy pants.
Line
"start": "micro",
in package.json should be changed to"start": "micro -l tcp://0.0.0.0:${PORT-3000}",
according to micro docsThe text was updated successfully, but these errors were encountered: