pushes on tangled sites.wisp.place/zzstoatzz.io/punch
fun tangled
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 14 lines 361 B view raw
1{ 2 "name": "punch", 3 "type": "module", 4 "scripts": { 5 "dev": "bun run --hot src/server.ts", 6 "publish": "rm -f public/leaderboard.json && wispctl deploy zzstoatzz.io --path public --site punch --password \"$PUNCH_APP_PASSWORD\" --yes" 7 }, 8 "devDependencies": { 9 "@types/bun": "latest" 10 }, 11 "peerDependencies": { 12 "typescript": "^5.0.0" 13 } 14}