Document database setup and fix issue in script/seed-db

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-12-27 12:52:15 -08:00
parent 8937d877e3
commit 13ed9dc1f1
3 changed files with 14 additions and 10 deletions

View file

@ -1,4 +1,9 @@
#!/bin/bash
set -e
cd crates/server
# Export contents of .env.toml
eval "$(cargo run --bin dotenv)"
cargo run --package=zed-server --features seed-support --bin seed