(stash)
This commit is contained in:
parent
d7b4221727
commit
222459f828
31 changed files with 870 additions and 135 deletions
7
justfile
7
justfile
|
|
@ -8,8 +8,6 @@ default:
|
|||
just --list
|
||||
|
||||
run-tui:
|
||||
just spacetime_restart_dev
|
||||
sleep 3sec
|
||||
cargo run -- run-tui
|
||||
|
||||
update:
|
||||
|
|
@ -27,3 +25,8 @@ spacetime_generate-bindings:
|
|||
|
||||
spacetime_restart_dev:
|
||||
mprocs -s localhost:4050 --ctl $"({c: restart-proc, name: spacetimedb_dev} | to yaml)"
|
||||
|
||||
rrt:
|
||||
just spacetime_restart_dev
|
||||
sleep 3sec
|
||||
just run-tui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue