aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Earthfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Earthfile b/Earthfile
index 81bfe231..76a43d1b 100644
--- a/Earthfile
+++ b/Earthfile
@@ -11,6 +11,7 @@ all:
dev:
LOCALLY
+ RUN fuser -k 5173/tcp || true
RUN bun --bun run dev --host
lint: