Files
blackroad-os-docs/clerk-config.json
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

19 lines
299 B
JSON

{
"repo": "BlackRoad-OS/blackroad-os-docs",
"authEndpoints": [
"/api/auth/signin",
"/api/auth/signup",
"/api/auth/signout"
],
"protectedRoutes": [
"/dashboard/*",
"/admin/*",
"/api/private/*"
],
"publicRoutes": [
"/",
"/api/public/*",
"/docs/*"
]
}