Streamline running both next and collab servers in development

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Nathan Sobo
2021-12-25 11:55:10 -07:00
co-authored by Antonio Scandurra
parent fe5465a265
commit 07a4cfeefd
4 changed files with 32 additions and 11 deletions
+2
View File
@@ -0,0 +1,2 @@
collab: cd crates/server && cargo run
site: cd ../zed.dev && PORT=3000 npx next dev