Import file outside meteor project - mono repo

Hi Meteor Community! I have an application that I’m trying to change to a mono repo. I think I’ve managed to make it almost work.

The only part is when from the meteor app directory I want to access a file outside of it, it seems meteor can’t go outside it’s root and grab the imported file and compile it

I want to import a file from the cron-jobs folder to the web-app folder (which is the Meteor app)

Could somebody point me out if this is possible? It’s my first time touching compilation things, I’m getting crazy lol

image

1 Like