When i cd into api, and run deno compiledeno compile, the binary includes the node modules for ALL my projects, including a large amount from the frontend project - which comes to >800mb.
There are no references to frontend from api project.
Is there anything I can do to create a binary that only includes node modules from my current project and any local libs it references?
No replies yet
Join the Discord to continue the conversation
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.