updating the invalidateVirtualModules function to invalidate the virtual modules in all the evnrionments
moving the entrypoint's virtual module server-build dynamic import inside the request handlers (so that for each new request the module is re-imported allowing the invalidated vm to be updated)
the fix here consists in simply bumping our remix fork version
for the fork fix see: https://github.com/dario-piotrowicz/remix/commit/eeb41284113049506a594ac977ba557cd57fb8e3
this fix consists in:
invalidateVirtualModules
function to invalidate the virtual modules in all the evnrionmentsmoving the entrypoint's virtual module
server-build
dynamic import inside the request handlers (so that for each new request the module is re-imported allowing the invalidated vm to be updated)resolves #3