You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's weird, today I setup both remix-website and remix to load local MD files on two computers for the first time, on one NO_CACHE=1 didn't work and required me to re-run the server to show any change, and the second one was working.
I'll take a look at differences in node version or dependencies version
In local development you can set
NO_CACHE=1
to disable the LRU server cache.However, this doesn't actually work (I think potentially because of the upgrade to Vite?)
You can add
NO_CACHE=1
to your local. env file, but that's easy to forget to remove. If anyone wants to fix this that'd be pretty coolThe text was updated successfully, but these errors were encountered: