an app to share curated trails sidetrail.app
atproto nextjs react rsc
50
fork

Configure Feed

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

at main 17 lines 302 B view raw
1{ 2 "name": "@sidetrail/db", 3 "version": "0.0.1", 4 "private": true, 5 "type": "module", 6 "exports": { 7 ".": "./src/index.ts", 8 "./schema": "./src/schema.ts" 9 }, 10 "dependencies": { 11 "drizzle-orm": "^0.45.1", 12 "pg": "^8.16.3" 13 }, 14 "devDependencies": { 15 "@types/pg": "^8.15.6" 16 } 17}