Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#!/bin/bash 2set -e 3 4cd crates/server 5 6# Export contents of .env.toml 7eval "$(cargo run --bin dotenv)" 8 9cargo run --package=zed-server --features seed-support --bin seed