Files
assistant/apps/vela-gateway/README.md
Johannes Kresner bba0095bc0 feat: bootstrap vela UI and gateway workspace
Establish the monorepo, tooling, and starter apps so UI and gateway development can begin from a documented, runnable baseline.
2026-04-08 17:49:46 +02:00

10 lines
280 B
Markdown

# vela-gateway
This workspace contains the Vela gateway service as a minimal Fastify app.
Current status:
- Fastify server boots in the Yarn workspace
- `/` and `/health` endpoints provide a runnable service baseline
- WebSocket session orchestration remains a later increment