Is there a way to retrieve the version of meteor and the packages from atmosphere which where used in a meteor app deployed to galaxy? e.g. when you forgot to add .meteor to your git repository.
You can get the version from __meteor_runtime_config__.meteorRelease
. The list of packages is in the Packages
global.
3 Likes
Thank you very much!
1 Like