Type Alias: TypedDevelopmentEnvironmentVariablesType
@arolariu/website / types / TypedDevelopmentEnvironmentVariablesType
Type Alias: TypedDevelopmentEnvironmentVariablesType
TypedDevelopmentEnvironmentVariablesType =
TypedEnvironment<"development","production">
Defined in: types/typedEnv.ts:233
Development website environment contract.
Remarks
Sets site environment to development while keeping API at production.
Inferred values: SITE_NAME: "dev.arolariu.ro", SITE_URL: "https://dev.arolariu.ro".
// was this page useful?