buster/apps/web/Makefile

17 lines
91 B
Makefile

dev:
bun run dev
build:
bun run build
start:
bun run start
lint:
bun run lint