Modified the Rakefile to make the rerun command a lot better

This commit is contained in:
Gregory Ballantine 2023-11-29 22:01:44 -05:00
parent c940a248d7
commit 394a8ef91f

View File

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