devtools
API reference for the `turbo devtools` command
Visualize your monorepo's package graph in the browser.
turbo devtools [options]This command starts a local server and opens your browser to a visualization of your monorepo's package graph.
Options
--port
The port to run the devtools server on. Defaults to 9876.
turbo devtools --port 3000--no-open
Do not automatically open the browser when the server starts.
turbo devtools --no-open