Can't start local development deployment due to missing environment variable
Regular development deployments work well, but when I try to run
npx convex dev --local --once I get the following error:Looking at this module, the code that's causing this is
which is located at the root of the module.
This works fine in a cloud deployment, where it's possible to push the code first and after that set the environment variable.
We will look into refactoring the code in order to also make it work with local development deployment, but it would be great if this could work the same as in cloud development deployments.
