From 6eb73f52b32de2c8cbca84b3f8ebca34042beb46 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 30 Sep 2025 10:34:04 +0000 Subject: [PATCH] fix bin/dev --- bin/dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dev b/bin/dev index fe025f6..5e5c1fa 100755 --- a/bin/dev +++ b/bin/dev @@ -1,4 +1,4 @@ #!/usr/bin/env bash # launch rails with puma plugin tailwindcss with no 'Done in ms' messages! -rails server 2>&1 | grep -vE '(^Done in |^sh: 1: watchman)' +rails server 2>&1 | grep -vE '(^Done in |^sh:.* 1: watchman)'