Deploying Convex in a Turborepo
Now, the guide asks the user to do:
npx convex deploy --cmd 'npm run build'which I'm not sure how to manage here. Do I build these two things separately? Ideally I'd like to resolve being able to run a single build instruction (ideally the typical one in a vercel deployment). I've got the entire repo here for anyone to play around with here: https://github.com/ajay-bhargava/todoAny guidance is appreciated. I'll keep plugging away at this and report back my findings / progress if i make any.
