Type Alias: TypedProductionEnvironmentVariablesType
@arolariu/website / types / TypedProductionEnvironmentVariablesType
Type Alias: TypedProductionEnvironmentVariablesType
TypedProductionEnvironmentVariablesType =
TypedEnvironment<"production","production">
Defined in: types/typedEnv.ts:224
Production website environment contract.
Remarks
Fixes both site and API environments to production.
Inferred values: SITE_NAME: "arolariu.ro", SITE_URL: "https://arolariu.ro".
// was this page useful?