Add bootstrap script, avoid hard-coding zed team members

This commit is contained in:
Max Brunsfeld 2022-08-15 13:25:31 -07:00
parent dfeb5e010e
commit 776095caf0
5 changed files with 62 additions and 48 deletions

View file

@ -4,6 +4,6 @@ set -e
cd crates/collab
# Export contents of .env.toml
eval "$(cargo run --bin dotenv)"
eval "$(cargo run --quiet --bin dotenv)"
cargo run --package=collab --features seed-support --bin seed -- $@
cargo run --quiet --package=collab --features seed-support --bin seed -- $@