Nixpacks not setting NODE_ENV
The Nixpacks node provider says "The Node provider sets the following environment variables: NODE_ENV=production". However, during build time, that does not seem to get picked up and in my production application, NODE_ENV is empty as it is failing env variable checks. Is that normal or am I missing something?
4 Replies