Streamline running both next and collab servers in development
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
fe5465a265
commit
07a4cfeefd
4 changed files with 32 additions and 11 deletions
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd crates/server
|
||||
cargo run $@
|
1
script/zed_with_local_servers
Executable file
1
script/zed_with_local_servers
Executable file
|
@ -0,0 +1 @@
|
|||
ZED_SITE_URL=http://localhost:3000 ZED_COLLAB_URL=http://localhost:8080 cargo run $@
|
Loading…
Add table
Add a link
Reference in a new issue