`npx convex dev` hanging
Why does having this inside an action file cause
npx convex dev
to hang on "Analyzing and deploying source code..."
I would like to be able to see detailed logs of what is going on if possible?2 Replies
with the verbose flag i see this, but no idea what's happening in this final loading step. I get this after waiting for a while
Can you put that code inside of a function that you call, vs. running it at import time?
You can make it a singleton that's lazily loaded if you want to access it as a global