Split up config.ru and added views

This commit is contained in:
James 2023-12-27 18:19:21 -06:00
parent e5ffa9e318
commit 2151565e9c
7 changed files with 89 additions and 14 deletions

View file

@ -1,4 +1,9 @@
source 'https://rubygems.org'
gem 'roda'
gem 'rack-unreloader'
gem 'tilt'
gem 'erubi'
# change to gunicorn or passenger if you prefer:
gem 'puma'