0x80 / isolate-package

Isolate a monorepo package with its internal dependencies to form a self-contained directory with a pruned lockfile
MIT License
121 stars 13 forks source link

Google App Engine usage? #36

Closed maelp closed 10 months ago

maelp commented 10 months ago

Very cool!

I have the same issue where I tried to isolate my local monorepo package manually and bundle them with webpack to deploy an expressjs API using some local monorepo shared libs on Google App Engine

how would I use isolate-package to do the same?

0x80 commented 10 months ago

If you share code with steps to reproduce your problem, I might have a look, but I don't know what your problem is and I don't know the setup, and I am not very familiar with app engine.

Like I replied in your other issue, the isolate result is basically a standalone nodejs app. How you deploy that (and if you even need an isolated output) is dependent on the platform. I can't possibly help everyone that wants to deploy something to some platform.. It is outside of the scope of this repository.