mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
dd3f7666bc
# Description of Changes Make the `global.json` files under `templates` into literal copies of the root one, instead of symlinks. The symlinks were causing template breakage when the CLI was built under windows. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing <!-- Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected! --> - [x] Changing a template's global.json causes `cargo ci global-json-policy` to fail - [x] Making a template's global.json into a symlink also causes `cargo ci global-json-policy` to fail --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>