Enumeration: EnvironmentType
Defined in: builderOptions.d.ts:28
Predefined types for the environment. These are used to determine the default configurations of the components. For example, in the development environment, some components may disable high availability.
Enumeration Members
Enumeration Member | Value | Defined in |
---|---|---|
Development | number | builderOptions.d.ts:29 |
Production | number | builderOptions.d.ts:31 |
Testing | number | builderOptions.d.ts:30 |