zed/Procfile

5 lines
207 B
Plaintext
Raw Normal View History

web: cd ../zed.dev && PORT=3000 npm run dev
2023-10-14 00:07:49 +03:00
collab: cd crates/collab && RUST_LOG=${RUST_LOG:-warn,collab=info} cargo run serve
livekit: livekit-server --dev
postgrest: postgrest crates/collab/admin_api.conf