jong/justfile

35 lines
684 B
Makefile
Raw Normal View History

2026-01-16 22:37:05 -08:00
set shell := ["nu", "-c"]
alias rt := run-tui
2026-01-22 14:24:34 -08:00
alias s := spacetime
alias g := spacetime_generate-bindings
2026-01-16 22:37:05 -08:00
2026-02-13 08:16:41 -08:00
rrt:
just spacetime_restart_dev
sleep 3sec
just run-tui
2026-01-16 22:37:05 -08:00
default:
just --list
run-tui:
2026-02-15 07:09:19 -08:00
spacetime call jongline "clear_all"
2026-01-16 22:37:05 -08:00
cargo run -- run-tui
update:
cargo update
2026-02-07 20:18:17 -08:00
devenv update
2026-01-22 14:24:34 -08:00
spacetime:
2026-02-07 20:18:17 -08:00
devenv up
2026-02-08 18:15:09 -08:00
spacetime_dev:
spacetime dev --module-bindings-path jong/src/stdb jongline --delete-data=always
spacetime_generate-bindings:
2026-02-08 18:15:09 -08:00
spacetime generate --lang rust --out-dir jong/src/stdb --project-path spacetimedb
2026-02-13 08:16:41 -08:00
spacetime_restart_dev:
mprocs -s localhost:4050 --ctl $"({c: restart-proc, name: spacetimedb_dev} | to yaml)"