"convex dev --until-success" dev:init exited with 1
I am travelling and on a new laptop and forgot to get my project loaded up and working before I left.
I have cloned my project, filled in my env.local, run npm install and installed convex globally.
When I run the dev command:
npm-run-all dev:init --parallel dev:server dev:client I will spin on preparing convex functions for only a moment before I receive ERROR: "dev:init" exited with 1. What might I be missing? is there a verbose option for this init?
I also tried running the existing project command, but it just seemed to place the values I already had in my env.local.
