We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49c4df commit 7183466Copy full SHA for 7183466
README.md
@@ -58,7 +58,7 @@ This will create a new Convex project and start syncing your schema.
58
Create a `.env` file in the root directory:
59
60
```env
61
-CONVEX_URL=https://your-deployment.convex.cloud
+CONVEX_URL=https://your-deployment.convex.cloud # if you deploy in the cloud
62
RESEND_API_KEY=re_xxxxxxxxxxxxx
63
RESEND_FROM_EMAIL=credits@yourdomain.com
64
```
@@ -162,7 +162,3 @@ cafe-cursor-cli/
162
│ └── utils/ # Utility functions (includes localStorage)
163
└── test/ # Test files
164
165
-
166
-## License
167
168
-MIT
0 commit comments