First time setup runs each time I run `dev` from a convex chef project
Is this expected? It's kind of annoying having to go through these prompts each time I call bun dev, haven't modified the dev script at all

3 Replies
Hi @Rhys ! Great to see you here. Yes, appreciate you flagging it. It’s already on our to-do list to update.
@Rhys happen to know if this is a bun-only issue, if you use npm instead does it happen too?
This auth config script should only run when you're setting this up with a new convex deployment, we'll take a look
Ah I see it, fix incoming
@Rhys should be fied for new Chef projects, for existing ones just remove the
node setup.mjs
bit from the package.json run scriptnice thanks!