@arolariu/website / sites/arolariu.ro/src/lib/utils.generic / SITE_ENV
Variable: SITE_ENV
constSITE_ENV:string
Defined in: lib/utils.generic.ts:20
The environment in which the site is running.
Remarks
Source: process.env.SITE_ENV
Usage: Used to determine feature flags, logging levels, and API endpoints.
Values: Typically "development", "production", or "test".