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
🤖 feat: add -h and -p flags for server host/port configuration
Allows users to specify which host and port to bind to when running
in server mode, instead of hardcoding 0.0.0.0:3000.
Usage:
node dist/main.js server # default: 0.0.0.0:3000
node dist/main.js server -h localhost # bind to localhost only
node dist/main.js server -h 0.0.0.0 -p 8080 # custom port
Defaults to 0.0.0.0:3000 for network accessibility.
_Generated with `cmux`_
0 commit comments