最佳答案
Is there a simple way to reset the data from a meteor deployed app?
So, for example, if I had deployed an app named test.meteor.com
— how could I easily reset the data that has been collected by that app?
Locally I run meteor reset
, but I am unsure of what to do in production.