Skip to main content

Getting Started

Logging

import { logger } from '@repo/config'

logger.info('Server started')
logger.error({ err }, 'Request failed')

JSON Schema Conversion

import { jsonSchemaToZod } from '@repo/config'

const zodSchema = jsonSchemaToZod(jsonSchema)