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