mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
show warnings by default
This commit is contained in:
parent
e20bc87152
commit
af11cc6cfd
2
Procfile
2
Procfile
@ -1,4 +1,4 @@
|
||||
web: cd ../zed.dev && PORT=3000 npm run dev
|
||||
collab: cd crates/collab && RUST_LOG=${RUST_LOG:-collab=info} cargo run serve
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user