Deserialize buffer's diagnostics
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
2c57703ad6
commit
1995bd89a6
3 changed files with 9 additions and 3 deletions
|
@ -5,7 +5,7 @@ set -e
|
|||
# Install sqlx-cli if needed
|
||||
[[ "$(sqlx --version)" == "sqlx-cli 0.5.7" ]] || cargo install sqlx-cli --version 0.5.7
|
||||
|
||||
cd server
|
||||
cd crates/server
|
||||
|
||||
# Export contents of .env.toml
|
||||
eval "$(cargo run --bin dotenv)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue