chore: run npx convex dev

This commit is contained in:
Stevan Freeborn
2023-09-09 19:17:04 -05:00
parent 79fe51f5b4
commit 8025858815
7 changed files with 462 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
/* eslint-disable */
/**
* Generated `api` utility.
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.2.1.
* To regenerate, run `npx convex dev`.
* @module
*/
import { anyApi } from "convex/server";
/**
* A utility for referencing Convex functions in your app's API.
*
* Usage:
* ```js
* const myFunctionReference = api.myModule.myFunction;
* ```
*/
export const api = anyApi;
export const internal = anyApi;