sfnext-configuration
Installation
SKILL.md
Configuration Skill
This skill covers the Storefront Next configuration system — centralized in config.server.ts with environment variable overrides.
Overview
All configuration is centralized in config.server.ts with typed defaults. Environment variables (via .env files or MRT settings) override these defaults. The system provides type-safe access with automatic parsing and validation.