Pages
Contents
@xpulse/config
One source of truth for all configuration β xpulse.json.
@xpulse/config loads .env and xpulse.json, resolves ${ENV_VAR} references and exposes the entire configuration via dot notation. Every package in the ecosystem reads its settings through here β no direct file access, no process.env scattered through app code.
Load once, available everywhere.