Meteor running production mode on local machine by default

Hi Guys,

A weird :confused: thing is going on here, my project is in production mode without me explicitly running the command meteor --production, so normally I run meteor npm start, which in turn runs meteor --settings settings.json, so I was puzzled :neutral_face: why meteortoys wasn’t working, so when I checked I saw Meteor.isDevelopment returns false. note this is on localhost, maybe i am missing something here but anyone with an idea as to why meteor chose to run my project in production mode on my local machine without me explicitly telling it to, kindly advice.

Many Thanks :slight_smile: