can override NODE_ENV? specifically, i want to override it for the preview build (trying to set NODE

can override NODE_ENV? specifically, i want to override it for the preview build (trying to set NODE_ENV=staging here)

I tried going to settings > Env variables and adding a new env variable: NODE_ENV=staging but it didn't work
after rebuilding, NODE_ENV is still set to production
Was this page helpful?