You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I rely a lot on the METEOR_PACKAGE_DIRS to separate reusable packages I develop from specific app package. Currently, this variable seems to be only taken into account by Meteor Up, and I know that it is ignored by the Meteor Buildpack for Heroku.
I did not test Meteor Now yet because I am not sure if it is correctly handled, so here are my questions:
is METEOR_PACKAGE_DIRS taken into account during build, and if yes is there something to do to set it up?
if no, do you think it is possible to allow using this env variable when using Meteor Now? Basically you need it to be set when building the Meteor app, and of course to be able to access the relevant packages during this build. So it may imply to build on the users machine I think, I am not sure how it is handled by Meteor Up currently.
The text was updated successfully, but these errors were encountered:
Hi,
I rely a lot on the
METEOR_PACKAGE_DIRS
to separate reusable packages I develop from specific app package. Currently, this variable seems to be only taken into account by Meteor Up, and I know that it is ignored by the Meteor Buildpack for Heroku.I did not test Meteor Now yet because I am not sure if it is correctly handled, so here are my questions:
is
METEOR_PACKAGE_DIRS
taken into account during build, and if yes is there something to do to set it up?if no, do you think it is possible to allow using this env variable when using Meteor Now? Basically you need it to be set when building the Meteor app, and of course to be able to access the relevant packages during this build. So it may imply to build on the users machine I think, I am not sure how it is handled by Meteor Up currently.
The text was updated successfully, but these errors were encountered: