When i try to run npm run dev, nps calls dev script passing NODE_ENV=development but after this code runs i've added some console.log(process.env.NODE_ENV) and that NODE_ENV becomes 'production'.. how to fix it? Thanks by the way, awesome boilerplate <3