# OmegaX Next.js Route Starter

Drop `src/route.ts` into a Next.js route such as
`app/api/omegax/status/route.ts`.

```bash
npm install
npm run typecheck
npm run build
npm run smoke
```
