skip_calls, discard drawn works

This commit is contained in:
Tao Tien 2026-02-13 08:16:41 -08:00
parent 8c4132e628
commit b6e7635122
16 changed files with 222 additions and 59 deletions

View file

@ -4,12 +4,15 @@ alias rt := run-tui
alias s := spacetime
alias g := spacetime_generate-bindings
rrt:
just spacetime_restart_dev
sleep 3sec
just run-tui
default:
just --list
run-tui:
mprocs -s localhost:4050 --ctl $"({c: restart-proc, name: spacetimedb_generate_bindings} | to yaml)"
sleep 3sec
cargo run -- run-tui
update:
@ -24,3 +27,7 @@ spacetime_dev:
spacetime_generate-bindings:
spacetime generate --lang rust --out-dir jong/src/stdb --project-path spacetimedb
spacetime_restart_dev:
mprocs -s localhost:4050 --ctl $"({c: restart-proc, name: spacetimedb_dev} | to yaml)"