Files
blackroad-os-docs/wrangler.toml
Alexa Louise 56a2b0649c feat: Add complete wiring infrastructure
- Cloudflare Workers deployment
- Railway backend deployment
- GitHub Actions CI/CD
- Stripe payment integration
- Clerk authentication
- Service mesh connectivity
- Environment templates
- Docker support

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 00:26:33 -06:00

15 lines
321 B
TOML

name = "blackroad-os-docs"
main = "src/index.js"
compatibility_date = "2024-12-01"
account_id = "848cf0b18d51e0170e0d1537aec3505a"
[vars]
REPO_NAME = "blackroad-os-docs"
ORG_NAME = "BlackRoad-OS"
ENVIRONMENT = "production"
# Add KV, D1, R2 bindings as needed
# [[kv_namespaces]]
# binding = "CACHE"
# id = "YOUR_KV_ID"