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

4 lines
103 B
Crystal

Lucky::ErrorHandler.configure do |settings|
settings.show_debug_output = !Lucky::Env.production?
end