Files
2026-03-31 18:48:40 +02:00

8 lines
74 B
Makefile

.PHONY: install start
install:
bun install
start: install
bun run dev