import { respond } from '@roleypoly/worker-utils'; export const healthz = async (request: Request): Promise => { return respond({ ok: true }); };