-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Monorepo with multiple remix projects $path is typed for the last built project #20
Comments
I think it's a bug, I didn't take into account having more than one remix project in a monorepo. |
Can not find a solution to fix this issue. It seems prisma client has the same issue. |
Got some ideas in my head, will try to fix this issue tomorrow. |
Cheers! It's easily enough worked around at any rate. We just have to run a new build command when switching what project we are working on |
* fix: support multiple remix projects in one monorepo close #20 * chore: bump version * chore: bump version
🎉 This issue has been resolved in version 0.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Not sure if this is something you want to put the work into fixing - But we have a monorepo with 2 remix projects, both using remix-routes.
We noticed that the routes on $path reflect the last built project, not matter which project it has been called from. I think it's because the types are generated at the root level. I'll try and get a repo ready after work
The text was updated successfully, but these errors were encountered: