Commit Graph

7 Commits

Author SHA1 Message Date
Alexa Louise
889e76ebbf 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:27:08 -06:00
Alexa Louise
55d78fa2e4 fix: use Dockerfile builder instead of Nixpacks
Nixpacks was trying to run 'pnpm start' but the standalone
Next.js output uses 'node server.js' directly.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 14:48:53 -06:00
copilot-swe-agent[bot]
02d51bb3a2 Fix Railway deployment configuration
- Update health endpoint to return service name
- Add restart policy and environment variables to railway.toml
- Exclude frontend folder from TypeScript compilation to fix build

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2025-11-25 02:21:50 +00:00
Alexa Amundson
9c46360244 Prism Gen-0 scaffold 2025-11-24 00:57:40 -06:00
Alexa Amundson
ed554aae4b Add deployment health endpoint and update runtime config 2025-11-22 12:26:12 -06:00
Alexa Amundson
f1f3fc2140 Update Railway configuration 2025-11-21 16:20:25 -06:00
copilot-swe-agent[bot]
2f56148fdb Configure repository for Railway deployment
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2025-11-21 19:46:19 +00:00