fx serve

start pave and serve-updates in a single command

usage: fx serve [-v] [-l host[:port]] [-a target]
  -l host:port for "pm serve" to listen on
  --no-auto-config do not configure this host as a package server on the device
  -v enable more verbose output (must be first argument)
  -a target ipv6 address for "fx pave --no-bind"

NOTE: This command supports incremental package publishing. If enabled,
it will not run 'pave' at all, and only act as a proxy for 'fx serve-updates'

To enable incremental package serving, run "fx --enable=incremental serve ..."

serve source code