feat(api): init hono with rest and trpc
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { checkHealth as checkDbHealth } from "@basango/db/utils/health";
|
||||
|
||||
export async function checkHealth(): Promise<void> {
|
||||
await checkDbHealth();
|
||||
}
|
||||
Reference in New Issue
Block a user