import { getAllTemplates } from '../../utils/templates' export default defineEventHandler(async () => { const templates = await getAllTemplates() return templates })