Open
Conversation
Reference docs for the spacetime.json config file (proposal 0032), covering config structure, field reference, generate configuration, children/inheritance, dev configuration, database selection, flag overrides, environments, config discovery, and editor support.
Docs fixes: - Use game-world region names instead of cloud regions (region-us etc.) - Replace "testnet" server with "maincloud" - Fix config precedence order to match Vite's convention - Fix spacetime dev step ordering (build, generate, publish) - Fix config auto-generation description (spacetime.json + spacetime.local.json) - Fix safety prompt description (only spacetime.json triggers it) - Move --build-options from global to per-database overrides Code fixes: - Stop inheriting generate from parent to children, preventing different modules from silently overwriting each other's bindings - Implement source conflict rule: if a child specifies any of module-path/bin-path/js-path, the others are not inherited - Mark --num-replicas as module_specific (per-database override) - Update tests to match new generate inheritance behavior
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spacetime.jsonconfiguration file, based on proposal 0032spacetime devconfig, database selection, flag overrides,--no-config,--envand environments, config file discovery, and editor supportSTYLE.mdconventions: reference page tone, declarative present tense, active voiceTest plan
docusaurus buildsucceeds/cli-reference/spacetime-json