import { getChatMessages } from "../../db/chat"; export default defineEventHandler(async () => { return getChatMessages(100); });