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
-6
View File
@@ -1,6 +0,0 @@
#!/bin/bash
set -e
cd crates/server
cargo run $@
+1
View File
@@ -0,0 +1 @@
ZED_SITE_URL=http://localhost:3000 ZED_COLLAB_URL=http://localhost:8080 cargo run $@