Does Pages Build include user-specified ENV vars? They are not showing up
The docs say that builds include env vars: https://developers.cloudflare.com/pages/platform/build-configuration#environment-variables
But when I console.log(process.env) the env vars are not there.
Can someone from CF confirm that these vars are included during the build step?
But when I console.log(process.env) the env vars are not there.
Can someone from CF confirm that these vars are included during the build step?
You may tell Cloudflare Pages how your site needs to be built as well as where its output files will be located.
