hack for player-lobby and Res<Player> race?
This commit is contained in:
parent
9f6a5b6423
commit
ce84478376
34 changed files with 517 additions and 1330 deletions
8
justfile
8
justfile
|
|
@ -2,11 +2,14 @@ set shell := ["nu", "-c"]
|
|||
|
||||
alias rt := run-tui
|
||||
alias s := spacetime
|
||||
alias g := spacetime_generate-bindings
|
||||
|
||||
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:
|
||||
|
|
@ -16,5 +19,8 @@ update:
|
|||
spacetime:
|
||||
devenv up
|
||||
|
||||
generate-bindings:
|
||||
spacetime_dev:
|
||||
spacetime dev --module-bindings-path jong/src/stdb jongline --delete-data=always
|
||||
|
||||
spacetime_generate-bindings:
|
||||
spacetime generate --lang rust --out-dir jong/src/stdb --project-path spacetimedb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue