✨ Recognize teammates in slack by awarding them sparkles!
1# frozen_string_literal: true
2
3group :server do
4 guard "puma", port: ENV.fetch("HANAMI_PORT", 2300) do
5 # Edit the following regular expression for your needs.
6 # See: https://guides.hanamirb.org/app/code-reloading/
7 watch(%r{^(app|config|lib|slices)([\/][^\/]+)*.(rb|erb|haml|slim)$}i)
8 end
9end