zed/crates/collab
2024-01-30 02:23:10 -05:00
..
k8s Deploy tweaks 2024-01-05 13:24:29 -07:00
migrations Fix slow query for fetching descendants of channels (#7008) 2024-01-29 13:24:59 -08:00
migrations.sqlite Fix default value of users created_at in sqlite schema 2024-01-23 11:36:35 -08:00
src Spell adjust (#7050) 2024-01-30 02:23:10 -05:00
.admins.default.json Make zed-local support opening 5 or 6 zed instances 2024-01-18 12:18:12 -08:00
.env.toml
admin_api.conf
basic.conf
Cargo.toml Clean up Cargo.toml files (#7044) 2024-01-29 23:47:20 -05:00
LICENSE-AGPL chore: Add crate licenses. (#4158) 2024-01-23 16:56:22 +01:00
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.