devtools

Prerelease

Visualize your monorepo's package graph in the browser.

Terminal
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.

Terminal
turbo devtools --port 3000

--no-open

Do not automatically open the browser when the server starts.

Terminal
turbo devtools --no-open