Notes on CloudFront - S3 static sites
- You cannot access environment variables as you normally would
- You cannot use
.envfiles
The reference of process.env.* does not work since there is no process as such.
.env filesThe reference of process.env.* does not work since there is no process as such.