Fixing server:dev Rake command to actuualy reload the app

This commit is contained in:
2025-06-09 23:27:48 -04:00
parent 2cc80e239b
commit 883019b181
3 changed files with 37 additions and 13 deletions

View File

@ -8,7 +8,6 @@ gem 'sequel', '~> 5.92'
gem 'sqlite3', '~> 2.6'
gem 'logger'
gem 'ostruct'
group :development, :test do
gem 'rerun'