Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are monorepos supported? #1079

Open
vinayak-kukreja opened this issue Jan 23, 2024 · 1 comment
Open

Are monorepos supported? #1079

vinayak-kukreja opened this issue Jan 23, 2024 · 1 comment
Labels

Comments

@vinayak-kukreja
Copy link

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

@bruce-one
Copy link
Contributor

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants