diff options
| author | Fuwn <[email protected]> | 2023-12-19 23:32:21 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-19 23:32:21 -0800 |
| commit | 7158699374af1b16bb104bc029d2488e2a0b496b (patch) | |
| tree | 7bb207e1082c3b78c90f0b0442781d5d028ca594 /Earthfile | |
| parent | fix(schedule): uri encode anilist search (diff) | |
| download | due.moe-7158699374af1b16bb104bc029d2488e2a0b496b.tar.xz due.moe-7158699374af1b16bb104bc029d2488e2a0b496b.zip | |
ci(earthly): dev server with node
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |