Files
test-convex/convex/xiong.ts
2026-01-25 19:18:59 +08:00

8 lines
210 B
TypeScript

// import { query, mutation, action } from "./_generated/server";
// export const get = query({
// args: {},
// handler: async (ctx) => {
// return await ctx.db.query("xiong").collect();
// },
// });