SpacetimeDB-Zig/publish-local.sh
2025-03-22 23:41:16 -04:00

6 lines
No EOL
228 B
Bash
Executable file

#!/bin/bash
spacetime logout
spacetime login --server-issued-login local
spacetime publish -y --server local --bin-path=zig-out/bin/stdb-zig-helloworld.wasm
DB_HASH=$(spacetime list 2>/dev/null | tail -1)
spacetime logs $DB_HASH