Configuration Skill This skill covers the Storefront Next configuration system — centralized in with environment variable overrides. Overview All configuration is centralized in with typed defaults. Environment variables (via files or MRT settings) override these defaults. The system provides type-safe access with automatic parsing and validation. Adding Configuration 1. Define the type in 2. Set defaults in 3. Override via environment variables Accessing Configuration In React Components In Server Loaders/Actions In Browser Code (Non-Route Modules) Note: and return — the section of the full…