5. Environment variables #

Created Mon Dec 25, 2023 at 9:06 PM

Video - https://youtube.com/shorts/r92aHr752Bg?si=NhM-JVkqMONeiK2W

Vite #

Vite injects the envs into import.meta.env. FYI: process.env is just not available (error).

Create-react-app #

CRA simply injects the envs passed into the process.env object