A zero-dependency AT Protocol Personal Data Server written in JavaScript
atproto pds

chore: add .env to gitignore and create .env.example

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Changed files
+2
+1
.env.example
··· 1 + CLOUDFLARE_API_TOKEN=your_api_token_here
+1
.gitignore
··· 1 1 .wrangler/ 2 2 node_modules/ 3 3 credentials-*.json 4 + .env