1 files changed, 1 insertions(+), 1 deletions(-)
M justfile
M justfile => justfile +1 -1
@@ 6,7 6,7 @@ run_http: build_client_bundle
build_client_bundle:
rm -rf web/dist
- RUST_BACKTRACE=1 wasm-pack build --target web starkingdoms-client
+ RUST_BACKTRACE=1 wasm-pack build --target web client
cp -r client/pkg web/dist
install_tooling: