-
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
Custom output path #7
Comments
Similar situation here except we are using turborepo. In turborepos case, The Awesome lib though! Would love to be able to use it |
🎉 This issue has been resolved in version 0.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It works with workspace/monorepo out of the box now. |
Awesome library!
I am using NX for my remix project. Hence the
node_modules
does not exist in the project directory (but instead in the monorepo root). It would be preferable if I could change the output path to a custom one (eg:app/generated/routes.ts
) and import that asimport { path } from '~/app/generated/routes'
.The text was updated successfully, but these errors were encountered: