From 394a8ef91f751e41771a4ea02ef73b260b419344 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 29 Nov 2023 22:01:44 -0500 Subject: [PATCH] Modified the Rakefile to make the rerun command a lot better --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3250f4a..40cc0b1 100644 --- a/Rakefile +++ b/Rakefile @@ -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