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.

Adding Configuration

1. Define the type in src/types/config.ts

Installs
5
GitHub Stars
45
First Seen
Jun 17, 2026
sfnext-configuration — salesforcecommercecloud/b2c-developer-tooling