Configuring Remix to watch for changes in directories outside the app folder #9004
Unanswered
YuliyaMinsk
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Sounds like you might be after a monorepo setup where you can have separate packages e.g. ui, utils. This is straightforward if using the Remix Vite plugin. Here's a great example repo from @ovi-ispas. https://github.com/ovi-ispas/remix-pnpm-monorepo |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team!
I'm working on organizing my project's folder structure and I'm considering placing components, utils, and other non-page-related directories outside of the app folder. Is this possible to do while still maintaining all the Remix features such as fast refresh and HMR? If so, could you guide me on how to configure Remix to watch for changes in these folders?
Thank you for your prompt response!
Beta Was this translation helpful? Give feedback.
All reactions