spacetimedb-cli 0.2.4

A command line interface for SpacetimeDB
Documentation
1
2
3
4
5
6
7
#!@duckscript

cd ${PROJECT_PATH}

# Make sure that we have the wasm target installed (ok to run if its already installed)
exec --fail-on-error rustup target add wasm32-unknown-unknown
exec --fail-on-error cargo --config net.git-fetch-with-cli=true build --target wasm32-unknown-unknown --release