Skip to content

v6.0.2

Compare
Choose a tag to compare
@jtoar jtoar released this 31 Jul 20:11
· 2826 commits to main since this release

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