Michal Srb
Michal Srb2y ago

Speed up `npx convex dev`

@Espen asked: Is there any way to speed up the Convex function syncing so it takes less than 3-4 sec after saving the file? (asking for a friend with ADHD)
2 Replies
Michal Srb
Michal SrbOP2y ago
Hey @Espen , TypeScript is usually the slow step, and since you probably have it running in your IDE already, you can skip it: npx convex dev --typecheck=disable Check out the help for the command for more options: npx convex dev --help
Espen
Espen2y ago
Great. Thank you!

Did you find this page helpful?