[ Documentation ]
peach serve

peach serve

Host the WS bridge in the foreground. This is mainly for development or diagnosis. peach open starts a local bridge when needed; peach daemon install enables the faster persistent service for local work.

terminal
peach serve [options]

Options

flagdescription
--port <number>bridge port (defaults to 7668)
-q, --quietsuppress per-connection logging

Examples

terminal
peach serve
peach serve --quiet
peach serve --port 7668