From 7158699374af1b16bb104bc029d2488e2a0b496b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 19 Dec 2023 23:32:21 -0800 Subject: ci(earthly): dev server with node --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Earthfile') 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 -- cgit v1.2.3