feat: with initial rust service
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
5
scripts/run.sh
Executable file
5
scripts/run.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
(cd crates/$service; cargo watch -x run)
|
Reference in New Issue
Block a user