Deployment
Environments, configuration layering, deploy gates, continuous deployment, and platform targets.
- Environments and Configuration
One settings file across many environments, and how configuration and secrets layer.
- Read Configuration
Consume environment variables and module settings from code, with typed keys, required values, and secrets that can't leak.
- Deploying
The deploy gates, whole-workspace deploys, and what gets stamped into every release.
- Continuous Deployment
The scaffold's pipeline (CI, integration deploys, gated production) and how secrets reach it.
- Run on Node
Run a Base worker as a plain Node process, with the same app model on a different platform.