New to meteor.
I am working on an application that required the import of a csv file data to a collection. I got the data into my collection and the app works perfectly on my local Mac. When I deployed to meteor.com though the collection did not upload.
I was under the impression that mongo collections were stored in the meteor folder in the project folder?
So how in the world do I get my local collection into my deployed app at meteor.com?
I have been searching for an answer for days so any help is greatly appreciated.