Creating additional project for staging
Hey I'm currently trying to create an additional project for a staging env.
You can't create it from the dashboard. Should I just check out my staging branch and re-create the project from the CLI?
2 Replies
Hey @Chad Maycumber, yes! You can run
npx convex dev --configure
to ignore your current configuration.Sweet thanks super helpful