hey!
hey!
need help w/ monorepo.
my convex backend is located in the packages folder and inside convex I use alias to import and within the convex project everything works just fine
but now I lost type safety from
need help w/ monorepo.
my convex backend is located in the packages folder and inside convex I use alias to import and within the convex project everything works just fine
but now I lost type safety from
api object within my react app which is in apps folder, you can see from the screenshot that client is any but inventory is typed, it's because for the client I imported query and mutation using alias but for inventory I used relative import


