cli
cli copied to clipboard
Is it possible to use packages from a package folder outside of the app folder?
With the new deployment process (modulus cli 6, meteor runtime), are used packages in outside folders uploaded, too?
Are you referring to the dependencies defined in your root package.json
? If so, we are working on that here:
onmodulus/docker-build-meteor#11
No I'm talking about local meteor packages, where the folder is defined by the environment variable PACKAGE_DIRS.
I might switch from using packages to importing modules. Still, if the modules are located outside the app root folder, will it be possible to deploy?
I am having the same question too: Symlink'ed files deployment with 6.0.0? #123