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: modernized host/port setting for perseus serve
Added `--host`/`--port` and renamed environment variables to
`PERSEUS_HOST` and `PERSEUS_PORT`. Note that the originals are still
supported in deployment binaries.
Closes#107.
" {} {} Your app is now live on <http://{host}:{port}>! To change this, re-run this command with different settings of the HOST/PORT environment variables.",
174
+
" {} {} Your app is now live on <http://{host}:{port}>! To change this, re-run this command with different settings for `--host` and `--port`.",
0 commit comments