feat: add a clean command
dunkirk.sh 1 month ago 3f14cd65 5d3390bb
··· 4 4 "type": "module", 5 5 "private": true, 6 6 "scripts": { 7 7 - "dev": "bun run src/index.ts --hot" 7 7 + "dev": "bun run src/index.ts --hot", 8 8 + "clean": "rm -rf transcripts uploads thistle.db" 8 9 }, 9 10 "devDependencies": { 10 11 "@biomejs/biome": "^2.3.2",