aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Earthfile b/Earthfile
index 7a6fc222..ec3a71ed 100644
--- a/Earthfile
+++ b/Earthfile
@@ -16,7 +16,7 @@ dev:
LOCALLY
RUN fuser -k 5173/tcp || true
- RUN bun --bun run dev --host
+ RUN npm run dev -- --host
lint:
FROM +source