update convex README.md (#65765)

Updates the readme to point to the new docs location, and bumps the
convex version
This commit is contained in:
Ian Macartney 2024-05-16 16:52:41 -07:00 committed by GitHub
parent 00e88b82dd
commit 85a0354930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# Welcome to your Convex functions directory!
Write your Convex functions here. See
https://docs.convex.dev/using/writing-convex-functions for more.
Write your Convex functions here.
See https://docs.convex.dev/functions for more.
A query function that takes two arguments looks like:

View file

@ -4,7 +4,7 @@
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.6.3.
* Generated by convex@1.12.0.
* To regenerate, run `npx convex dev`.
* @module
*/

View file

@ -4,7 +4,7 @@
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.6.3.
* Generated by convex@1.12.0.
* To regenerate, run `npx convex dev`.
* @module
*/

View file

@ -4,7 +4,7 @@
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.6.3.
* Generated by convex@1.12.0.
* To regenerate, run `npx convex dev`.
* @module
*/

View file

@ -4,7 +4,7 @@
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.6.3.
* Generated by convex@1.12.0.
* To regenerate, run `npx convex dev`.
* @module
*/

View file

@ -4,7 +4,7 @@
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.6.3.
* Generated by convex@1.12.0.
* To regenerate, run `npx convex dev`.
* @module
*/

View file

@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"convex": "^1.6.3",
"convex": "^1.12.0",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"