an app to share curated trails sidetrail.app
1

Configure Feed

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

1import { config } from "dotenv"; 2import { resolve } from "path"; 3 4// Load .env from workspace root (one level up from ingester/) 5config({ path: resolve(process.cwd(), "..", ".env") });