an app to share curated trails sidetrail.app
1

Configure Feed

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

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.44.7", 12 "pg": "^8.16.3" 13 }, 14 "devDependencies": { 15 "@types/pg": "^8.15.6" 16 } 17}