zed/Procfile
Nathan Sobo 07a4cfeefd Streamline running both next and collab servers in development
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2021-12-25 11:55:10 -07:00

3 lines
84 B
Plaintext

collab: cd crates/server && cargo run
site: cd ../zed.dev && PORT=3000 npx next dev