Files

11 lines
90 B
Makefile

dev:
bun --hot run joe.ts
test:
bun test
tdd:
bun test --watch
check: test
bun lint