Add bootstrap script, avoid hard-coding zed team members
This commit is contained in:
parent
dfeb5e010e
commit
776095caf0
5 changed files with 62 additions and 48 deletions
|
@ -8,7 +8,7 @@ set -e
|
|||
cd crates/collab
|
||||
|
||||
# Export contents of .env.toml
|
||||
eval "$(cargo run --bin dotenv)"
|
||||
eval "$(cargo run --quiet --bin dotenv)"
|
||||
|
||||
# Run sqlx command
|
||||
sqlx $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue