diff --git a/schema.dhall b/schema.dhall index 01d268d..3053f29 100644 --- a/schema.dhall +++ b/schema.dhall @@ -67,7 +67,11 @@ let Schema = , SubjectPrefix = "pcmt - " , SendPlainText = True } - , LiveMode = False + , LiveMode = + -- | LiveMode controls whether the application looks for + -- | directories "assets" and "templates" on the filesystem or + -- | in its bundled Embed.FS. + False , DevelMode = False , Session = { CookieName = "pcmt_session"