Migrated to a modular Sinatra application

This commit is contained in:
2023-03-09 21:37:33 -05:00
parent 46e4e5c079
commit f361e47e75
8 changed files with 309 additions and 283 deletions

View File

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