-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
We used Create React App before which has the rule of only allowing REACT_APP_ prefixed env variables.
This forces our users to define all variables with that prefix. When we start using Vite, we'll be able to change the prefix to anything we want, and we should consider which prefix that should be.
REACT_APP_keep backwards compatibilityVITE_is default in Vite worldWASP_is our own and doesn't expose unimportant implementation details
- if we changed from Vite to something else we wouldn't need to think about it