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

@ -19,7 +19,7 @@ namespace :server do
end
task :dev do
system('rerun --no-notify --exit --dir="src/" puma')
system('rerun --no-notify --dir="src/" puma')
end
end