Getting Meteor private folder path in Meteor Deploy Environment
问题 I need to get the path of the file inside the private folder. On my local machine I was able to get it by using the path "../../../../../" , however, when I deployed to meteor server using meteor deploy , it doesn't work anymore. Also I tried to log the current directory using process.cwd() and got the following, which is different from the structure I got on my local machine: /meteor/containers/3906c248-566e-61b7-4637-6fb724a33c16/bundle/programs/server The directory logged from my local