© 2026 Hedgehog Software, LLC
Config.literal
const mode = Config.withDefault(Config.literal("dev", "live")("APP_MODE"), "dev" as const);
as const
mode
string
"dev" | "live"