mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-08 05:47:27 +03:00
1293b21b2d
We now run tests that interact with the real database under a Tokio reactor. We make the tests run multi-threaded so we can block on the main thread on database teardown and still make progress actually tearing down the DB. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com> |
||
---|---|---|
.. | ||
k8s | ||
migrations | ||
src | ||
.env.template.toml | ||
basic.conf | ||
Cargo.toml | ||
Procfile | ||
README.md |
Zed Server
This crate is what we run at https://collab.zed.dev.
It contains our back-end logic for collaboration, to which we connect from the Zed client via a websocket after authenticating via https://zed.dev, which is a separate repo running on Vercel.