Add dev recipe to justfile

This commit is contained in:
Jared Miller 2026-02-23 18:18:47 -05:00
parent dd80f894f8
commit 64dfee517c
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -1,6 +1,9 @@
default:
@just --list
dev:
bun run dev
lint:
bun run lint