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-22 08:38:17 -07:00
parent fe5465a265
commit 07a4cfeefd
4 changed files with 32 additions and 11 deletions

2
Procfile Normal file
View file

@ -0,0 +1,2 @@
collab: cd crates/server && cargo run
site: cd ../zed.dev && PORT=3000 npx next dev