Using Convex Triggers Across Multiple Frameworks: Jetpack Compose, SwiftUI, and Next.js
Since each framework has its own "convex" folder at the root, do I need to set up the trigger in all three folders, or can I define it once for the entire project? How should I structure the Convex backend for such use cases?
Here are convex sample project repos for reference:
iOS Example: https://github.com/get-convex/ios-convex-workout
Android Example: https://github.com/get-convex/android-convex-workout
Next.js Example: https://github.com/get-convex/template-nextjs-clerk-shadcn
Any advice would be appreciated!
