Modified the Rakefile to make the rerun command a lot better

This commit is contained in:
Gregory Ballantine 2023-11-29 17:07:30 -05:00
parent c5169f1d15
commit 77f496847f

View File

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