// import { getUsers } from "../service/auth" // import { compare, hash } from "bcryptjs"; export default defineWrappedResponseHandler(async (event) => { // const users = await getUsers() return R.success({ hello: "aa", users: [] }) })