c09f67c
1
2
3
4
5
6
7
8
9
import type { AppType } from "@midday/engine"; import { hc } from "hono/client"; export const client = hc<AppType>(`${process.env.ENGINE_API_URL}/`, { headers: { Authorization: `Bearer ${process.env.ENGINE_API_KEY}`, }, });