A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
0
fork

Configure Feed

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

at ee667fd7598f3bf95477ebd1e6d1356d1928a3f1 14 lines 219 B view raw
1{ 2 "name": "test", 3 "module": "index.ts", 4 "type": "module", 5 "devDependencies": { 6 "@types/bun": "latest" 7 }, 8 "peerDependencies": { 9 "typescript": "^5.0.0" 10 }, 11 "dependencies": { 12 "k6": "^0.0.0" 13 } 14}