mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): add alchemy and improve cli tooling and structure (#520)
This commit is contained in:
4
packages/backend/convex/hooks.ts
Normal file
4
packages/backend/convex/hooks.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { useQueries } from "convex/react";
|
||||
import { makeUseQueryWithStatus } from "convex-helpers/react";
|
||||
|
||||
export const useQueryWithStatus = makeUseQueryWithStatus(useQueries);
|
||||
Reference in New Issue
Block a user