Development Mode
Pedestal can operate in two different modes: production, and local development.
Local development mode changes the behavior of a handful of macros and functions to support live development at the REPL.
Development mode is enabled via a configuration value.
The var dev-mode?
stores the boolean result derived from reading the system property;
there is no mechanism for turning development mode on or off during execution.
Certain macros, such as
|