AeThex-OS/server
MrPiglr 66ad61b8a0 fix(server): add root healthcheck endpoint for Railway deployment
- Add root '/' endpoint that responds with JSON status
- Make download routes handle missing installers gracefully
- Add error handling around download routes registration
- Add logging for download routes initialization

Fixes Railway healthcheck failures by ensuring server responds at root path
2026-02-12 12:55:59 -07:00
..
api new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
data Add knowledge base and chat history for AI assistant 2025-12-21 23:30:44 +00:00
.env modified: server/supabase.ts 2025-12-22 02:26:12 +00:00
auth.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
capability-guard.ts modified: server/routes.ts 2025-12-24 02:45:56 +00:00
community-routes.ts Update .gitignore to exclude Linux build artifacts and binaries 2026-01-25 19:57:58 -07:00
cors-config.ts feat: integrate AeThex Language across entire OS ecosystem 2026-02-11 22:28:05 -07:00
dashboard.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
download-routes.ts fix(server): add root healthcheck endpoint for Railway deployment 2026-02-12 12:55:59 -07:00
game-dev-apis.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
game-routes.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
index.ts fix(server): add root healthcheck endpoint for Railway deployment 2026-02-12 12:55:59 -07:00
oauth-handlers.ts feat: integrate AeThex Language across entire OS ecosystem 2026-02-11 22:28:05 -07:00
openai.ts modified: server/openai.ts 2025-12-23 21:41:48 +00:00
org-middleware.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
org-scoping.test.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
org-storage.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
revenue.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
routes.ts Resolve merge conflicts and complete merge 2026-01-25 20:45:57 -07:00
settlement.ts Update .gitignore to exclude Linux build artifacts and binaries 2026-01-25 19:57:58 -07:00
splits.ts Update .gitignore to exclude Linux build artifacts and binaries 2026-01-25 19:57:58 -07:00
static.ts fix(android): force manual file load to bypass black screen issue 2026-02-11 21:49:31 -07:00
storage.ts merge: Resolve conflicts and add GitHub Pages fix 2026-01-06 00:28:01 +00:00
supabase.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
vite.ts Extracted stack files 2025-12-15 20:52:49 +00:00
votes.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
websocket.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00