diskfloppy.me/config/error_handler.cr
2024-09-13 12:59:16 +01:00

4 lines
101 B
Crystal

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