Patch Release
This patch release fixes a bug in Vite where all environment variables in web/src/index.html
were being replaced instead of just those specified in [web.includeEnvironmentVariables]
or those prefixed with REDWOOD_ENV_
:
- Make sure env var name starts with
REDWOOD_ENV_
#8993 by @Tobbe