format dev
Run the local Studio dev server to preview and edit your documents.
Runs the local Studio dev server.
npx format devReference
| Name | Description |
|---|---|
| Do not automatically open Studio in the browser after authentication. | |
| Port to run the server on. Defaults to 1234. |
Details
--no-open
Description
Do not automatically open Studio in the browser after authentication.
Type
booleanDefault value
trueNote
Negation flag: default is true. Passing
--no-open sets this to false.--port <port>
Description
Port to run the server on. Defaults to 1234.
Type
numberWas this page helpful?