Share API between Expo app and Next.js web app
Hii, i need some help regarding my convex project. I have a expo app with convex and now i want to make admin panel for this app in web with next js. How can i use my existing convex backend in my web. i tried to copy convex folder from app to web but it is not working as expected like @convex/auth-dev this package is not giving export intellisense. But when i am putting path manually then it is working. But this approach is not scalable we are multiple dev. one other approach to add monorepo but that brings its own complexity. is there any other way........ ?
3 Replies
Multiple Repositories | Convex Developer Hub
Use Convex in multiple repositories
@Pushpaje do you have any questions about this doc? Please try this out and open a support thread if you have issues following it.
I tried this create a file which has all its types defination but i don't know how to use it