SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Moves pnpm generate scripts into rust tools scripts

Open cloutiertyler opened this issue 2 months ago • 0 comments

Description of Changes

This PR removes some bash commands from the various pnpm generate scripts, and instead moves them into Rust scripts. It also adds module bindings for the example typescript template clients which should be in there anyway, so that we can test the template clients without running spacetime init.

API and ABI breaking changes

None

Expected complexity level and risk

2

Testing

  • [x] I ran all the Rust code. You can confirm that the generated files are correct by running pnpm generate in the root.

cloutiertyler avatar Oct 30 '25 19:10 cloutiertyler