Appearance
environment() → string · System
environment() → string
Get the current environment name (e.g., "development", "production").
{ env: environment(), isProduction: environment() == "production" }