9 lines
71 B
Makefile
9 lines
71 B
Makefile
default:
|
|
just --list
|
|
|
|
run:
|
|
bun run dev
|
|
|
|
open:
|
|
bun run open
|