export default defineEventHandler(async () => { try { return await ProductSchema.find() } catch (error) { console.error(error) return [] } })