install:
	npm install

dev:
	npx tsx src/server.ts

build:
	npx tsc
