Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set dynamic env variables in config file
Added an example demonstrating how to set environment variables in the Vite config file. Included a dynamic setup for the latest Git commit hash (VITE_CODE_VERSION) as an environment variable using execSync. This ensures the app can reference the commit hash during build time
- Loading branch information