aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-09 21:28:30 -0800
committerFuwn <[email protected]>2023-12-09 21:28:30 -0800
commit7e08f171a371728661e419271088ee03d05a4a37 (patch)
tree2cb42115a58e0cda70a449f9ebaeb83eae99d5c2
parentfix(html): add alt tag (diff)
downloaddue.moe-7e08f171a371728661e419271088ee03d05a4a37.tar.xz
due.moe-7e08f171a371728661e419271088ee03d05a4a37.zip
ci(earthly): manage open port
-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: