You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 <3The text was updated successfully, but these errors were encountered: