Frontend application for Astra, deployed on Val Town.
Live URL: https://astral.val.run/
# Push changes to Val Town vt push # Watch for changes (auto-sync) vt watch # Open in browser vt browse
vals/
└── index.http.ts # Main HTTP handler (Hono)
GET / - Main pageGET /api/health - Health checkGET /api/logs - Log viewer API (placeholder)# From monorepo root bun run dev:webapp # Or from this directory bun run dev
Note: Local dev uses different imports than Val Town production.