Back to Turborepo

devtools

apps/docs/content/docs/reference/devtools.mdx

2.9.14501 B
Original Source

Visualize your monorepo's package graph in the browser.

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

bash
turbo devtools --port 3000

--no-open

Do not automatically open the browser when the server starts.

bash
turbo devtools --no-open