This commit is contained in:
2026-01-25 19:18:59 +08:00
parent fea68a736f
commit 7c28690eaa
17 changed files with 501 additions and 150 deletions

9
convex/wrapper.ts Normal file
View File

@@ -0,0 +1,9 @@
// import { query } from "./_generated/server";
// import { components } from "./_generated/api";
// export const getTest2 = query({
// args: {},
// handler: async (ctx) => {
// return await ctx.runQuery(components.component.test2.get);
// },
// });