npx extension@latest create my-sidebar-monorepo-turborepo --template sidebar-monorepo-turborepo
cd my-sidebar-monorepo-turborepo
npm install
npm run dev
What it is for
An extension that lives inside a Turborepo workspace
Sharing code between the extension and other packages
Reference for Extension.js in a monorepo with no plugin
First steps
Run npm install at the workspace root to link the packages
Run npm run dev to launch the extension from the workspace
Edit the shared package and both the sidebar and the overlay follow