zed/Procfile.all
Mikayla Maki 3da926981c
Add agent thread sharing (#46140)
Staff only ship for now

Here's the agent planning doc that guided this:
https://gist.github.com/mikayla-maki/c826b7997bd85b58273c1def9397940b

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
2026-01-06 12:49:51 -08:00

6 lines
271 B
Text

collab: RUST_LOG=${RUST_LOG:-info} cargo run --package=collab serve all
cloud: cd ../cloud; cargo make dev
dashboard: cd ../cloud/packages/dashboard; pnpm dev
website: cd ../zed.dev; pnpm dev --port=3000
livekit: livekit-server --dev
blob_store: ./script/run-local-minio