I’ve a meteor application deployed on Heroku server, how can I reset the app the way i would do meteor reset
locally
I’m not using Meteor Up. I deployed the app to Heroku using the heroku CLI as a NodeJS application
If you read the suggested article it says to simply db.dropDatabase()
If you don’t have tons of collections - manually removing all data from all collections would also do the trick.