We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13396f7 commit 83924d0Copy full SHA for 83924d0
README.md
@@ -207,6 +207,10 @@ To see how to contribute, visit [Contributing.md](./CONTRIBUTING.md).
207
ensure things will work if you wipe your local database and start from
208
scratch. We do not provide support for upgrading an existing local-backend to
209
a newer version.
210
+- If you're using both the local backend and the hosted cloud platform, make
211
+ sure to run `npx convex dev` or `just convex dev` before you start testing
212
+ your client. The `dev` command will take care of updating your `.env.local`
213
+ file with the correct `CONVEX_URL`.
214
215
## Repository layout
216
0 commit comments