Streamline running both next and collab servers in development
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
co-authored by
Antonio Scandurra
parent
fe5465a265
commit
07a4cfeefd
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd crates/server
|
||||
cargo run $@
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
ZED_SITE_URL=http://localhost:3000 ZED_COLLAB_URL=http://localhost:8080 cargo run $@
|
||||
Reference in New Issue
Block a user