kGenerateMode top-level constant
bool
const kGenerateMode
A constant that is true if the application is running in static-site-generation mode.
Implementation
const bool kGenerateMode = bool.fromEnvironment('jaspr.flags.generate');