scribe/config/html_page.cr

4 lines
107 B
Crystal
Raw Normal View History

2021-05-01 23:02:08 +02:00
Lucky::HTMLPage.configure do |settings|
settings.render_component_comments = !Lucky::Env.production?
end