Skip to content
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

NO_CACHE no longer works as the README describes #230

Open
brookslybrand opened this issue Mar 20, 2024 · 1 comment
Open

NO_CACHE no longer works as the README describes #230

brookslybrand opened this issue Mar 20, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@brookslybrand
Copy link
Contributor

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 cool

@brookslybrand brookslybrand added bug Something isn't working good first issue Good for newcomers labels Mar 20, 2024
@kandros
Copy link
Contributor

kandros commented Apr 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants