feat(eom): frame work added in for eom

This commit is contained in:
2025-03-05 20:15:38 -06:00
parent 50cf87380d
commit fda0719d87
14 changed files with 708 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
import {OpenAPIHono} from "@hono/zod-openapi";
const app = new OpenAPIHono();
export default app;