Reference
Configuration
Keep framework and package settings in one typed configuration tree, then pass the relevant branch to collections, services, and generated runtimes.
Application configuration
Define the application defaults once. Package configuration can extend or override that tree without requiring each call site to interpret environment variables.
Build configuration
The Vite plugin scans local objects, merges consumed package manifests, writes generated types and routes, and makes the virtual web module available.
Safe configuration boundaries
Keep browser-safe values separate from server-only values. Resolve secrets through the secret provider at the boundary that uses them.