create a workspace

This commit is contained in:
Tao Tien 2026-01-22 14:24:34 -08:00
parent dedeb39304
commit bcbaab6909
38 changed files with 771 additions and 905 deletions

View file

@ -1,6 +1,7 @@
set shell := ["nu", "-c"]
alias rt := run-tui
alias s := spacetime
default:
just --list
@ -12,5 +13,6 @@ update:
cargo update
nix flake update
generate-db-bindings:
spacetime generate --lang rust --out-dir src/jongline_bindings --project-path jongline
spacetime:
spacetime build --project-path jongline
spacetime generate --lang rust --project-path jongline --out-dir jong/src/jongline_bindings