x0
x0 copied to clipboard
NODE_ENV is always set to "development"?
So maybe I'm missing something but it appears that x0 build src always runs with the process.env.NODE_ENV set to development? Even when I set it explicitly with NODE_ENV=production x0 build src, it still shows development?