Files
stage-manager/Guardfile
2023-03-09 22:48:09 -05:00

6 lines
116 B
Ruby

guard 'rack' do
watch('Gemfile.lock')
watch('config.ru')
watch('server.rb')
watch(%r{^(app)/.*})
end