Skip to content

twine / BuildEnv

Type Alias: BuildEnv

BuildEnv = "dev" | "prod"

Defined in: module.interface.ts:75

Build target. dev is the iteration build; prod is the shippable one.

Released under the MIT License · Credits