feat: add zero
This commit is contained in:
5
api/src/hono.ts
Normal file
5
api/src/hono.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { AuthData } from "@money/shared/auth";
|
||||
import { Hono } from "hono";
|
||||
|
||||
export const getHono = () =>
|
||||
new Hono<{ Variables: { auth: AuthData | null } }>();
|
||||
Reference in New Issue
Block a user