gabe.celo
gabe.celo8mo ago

Convex support for NEST JS

Please any documentation that could cover setting up Convex on a Nestjs project ? I get a module not found error on Nests Js cause the convex folder has to be within the root directory.
4 Replies
ballingt
ballingt8mo ago
How do you want to use Nest, are you running it on another server and want that to call Convex functions? I don't understand the last problem yet. Why does the convex directory need to be in the route folder?
gabe.celo
gabe.celoOP8mo ago
Usually when you spin a convex project it gets generated in your root directory,,,and seems NestJs doesn't see the folder when it gets compiled I Want to use Nest Js together with Convex To Directly call convex functions and do some operations right on one server
ballingt
ballingt8mo ago
To Directly call convex functions and do some operations right on one server
So you'd like to write HTTP handlers in Nest that sometimes call Convex function on the Convex server? Sounds good Are you getting an error when you try to import the api object?

Did you find this page helpful?