This commit is contained in:
Tao Tien 2026-02-22 00:39:51 -08:00
parent d7b4221727
commit 222459f828
31 changed files with 870 additions and 135 deletions

View file

@ -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