scribe/config/html_page.cr
Edward Loveall fcf3eb14d0
Initial app
2021-05-01 17:03:38 -04:00

4 lines
107 B
Crystal

Lucky::HTMLPage.configure do |settings|
settings.render_component_comments = !Lucky::Env.production?
end