Mariusz
3 years ago
committed by
GitHub
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
#!/usr/bin/env bash |
|||
|
|||
# A simple command to spin up the complete package, ie. both daemons and frontends. |
|||
# A single 'ctrl+c' stops all processes. |
|||
(trap 'kill 0' SIGINT; cargo run --bin maker & cargo run --bin taker & APP=maker yarn --cwd=./frontend dev & APP=taker yarn --cwd=./frontend dev) |
Loading…
Reference in new issue