You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the environment variables in the development environment take precedence over the local environment variables in main process
example:
.env.local -> MAIN_VITE_APP_EXAMPLE=1
.env.development -> MAIN_VITE_APP_EXAMPLE=2
log output: 2 in main process
Describe the bug
the environment variables in the development environment take precedence over the local environment variables in main process
example:
.env.local -> MAIN_VITE_APP_EXAMPLE=1
.env.development -> MAIN_VITE_APP_EXAMPLE=2
log output: 2 in main process
Electron-Vite Version
2.3.0
Electron Version
31.3.1
Vite Version
5.3.1
Validations
The text was updated successfully, but these errors were encountered: