An API for my personal portfolio
0
fork

Configure Feed

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

fix: require modern node

+4
+4
package.json
··· 7 7 "start": "bun run src/index.ts", 8 8 "sync": "bun run src/sync.ts" 9 9 }, 10 + "engines": { 11 + "node": ">=22.0.0", 12 + "bun": ">=1.3.0" 13 + }, 10 14 "dependencies": { 11 15 "hono": "^4.7.10", 12 16 "postgres": "^3.4.7"