The environment variable templates are provided in the .env.development.local.template and .env.production.template files. You need to create .env.development.local and .env.production files based on ...
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.