CLI reference
Dev CLI command reference
Starts a development server for the Sanity Studio
USAGE
$ sanity dev [--auto-updates] [--host <value>] [--load-in-dashboard] [--port <value>]
FLAGS
--auto-updates Automatically update Sanity Studio dependencies.
--host=<value> [default: localhost] The local network interface at which to listen.
--load-in-dashboard Load the app/studio in the Sanity dashboard.
--port=<value> [default: 3333] TCP port to start server on.
DESCRIPTION
Starts a local development server for Sanity Studio with live reloading
EXAMPLES
$ sanity dev --host=0.0.0.0
$ sanity dev --port=1942
$ sanity dev --load-in-dashboard