Convex with Remix 💿
npx convex dev, it asks me if I want to ? Create a .env.local file and add VITE_CONVEX_URL to save dev URL? (Y/n) . This is annoying because I have to turn it down every time I run that command, and also because running npx convex dev with concurrently (i.e. non-interactively) then doesn't work! I discovered the --no-save-url flag, which allows non-interactive execution again, and which is why it's only a minor hiccup 