Moved lib/ to app/

This commit is contained in:
2023-03-09 22:48:09 -05:00
parent f361e47e75
commit 39ce636c0a
10 changed files with 6 additions and 6 deletions

View File

@ -2,5 +2,5 @@ guard 'rack' do
watch('Gemfile.lock')
watch('config.ru')
watch('server.rb')
watch(%r{^(lib)/.*})
watch(%r{^(app)/.*})
end