diff options
Diffstat (limited to 'config/colors.cr')
-rw-r--r-- | config/colors.cr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/colors.cr b/config/colors.cr new file mode 100644 index 0000000..761ae94 --- /dev/null +++ b/config/colors.cr @@ -0,0 +1,4 @@ +# This enables the color output when in development or test +# Check out the Colorize docs for more information +# https://crystal-lang.org/api/Colorize.html +Colorize.enabled = LuckyEnv.development? || LuckyEnv.test? |