export default defineEventHandler(() => ({ status: 'ok', endpoints: { live: '/health/live', ready: '/health/ready', }, }))