Fixes for #1 and #2 and basic rls implemetation

This commit is contained in:
ookami125 2025-04-17 01:32:59 -04:00
parent 9456d51538
commit 4aa7fc1ff4
6 changed files with 128 additions and 72 deletions

View file

@ -9,7 +9,7 @@ if [[ "$func" == "publish" ]]; then
spacetime login --server-issued-login local
spacetime publish -y --server local --bin-path=zig-out/bin/blackholio.wasm blackholio
DB_HASH=$(spacetime list 2>/dev/null | tail -1)
spacetime logs $DB_HASH
spacetime logs $DB_HASH -n 15
exit $?
fi