mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
39bf47e025
# Description of Changes This PR fixes a bunch of issues and brings some improvements related to `spacetime.json` config file # API and ABI breaking changes - # Expected complexity level and risk 3 This PR is changing several places that are called during many of the CLI commands. # Testing - [x] Added some automated tests - [ ] Tested locally
7 lines
243 B
Bash
Executable File
7 lines
243 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
spacetime generate --out-dir ../client-unity/Assets/Scripts/autogen --lang cs --module-path ./ $@
|
|
spacetime generate --lang unrealcpp --uproject-dir ../client-unreal --module-path ./ --module-name client_unreal
|