import cloud from '@lafjs/cloud' export default async function (ctx: FunctionContext) { return { data: 'hi, laf' } }