nexe/nexe

Are monorepos supported?

vinayak-kukreja opened this issue · 1 comments

Hey, I could not find any documentation around how to use nexe with a Monorepo. Is that possible?

What would you like to be added:
Monorepo support

There's nothing in to nexe that means it doesn't work with monorepos, so it should work, yep :-)

Monorepos aren't "special" from nexe's perspective as far as I'm aware - I think resolve-dependencies should figure out all the dependencies properly, and everything will just be bundled into the executable as it would for any other module :-)

If you ever need it, exporting DEBUG=nexe:require might be useful if you'd like to identify which files have been included in the executable, but to my knowledge it should just work as normal :-)