diff options
| author | Fuwn <[email protected]> | 2023-12-09 21:28:30 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-09 21:28:30 -0800 |
| commit | 7e08f171a371728661e419271088ee03d05a4a37 (patch) | |
| tree | 2cb42115a58e0cda70a449f9ebaeb83eae99d5c2 | |
| parent | fix(html): add alt tag (diff) | |
| download | due.moe-7e08f171a371728661e419271088ee03d05a4a37.tar.xz due.moe-7e08f171a371728661e419271088ee03d05a4a37.zip | |
ci(earthly): manage open port
| -rw-r--r-- | Earthfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ all: dev: LOCALLY + RUN fuser -k 5173/tcp || true RUN bun --bun run dev --host lint: |