Guide to deploy the running Node server exposing NestJS controllers in production
Opened this issue · 0 comments
debender495 commented
This is really powerfull, what has been demonstrated here, Is it possible to add a guide to bring this to production, where we have a running node server exposing the Nest js controllers on a server(linux). This will enable to call the api from other application such spring boot.
So for example, triggering "server:start:prod": "node dist/server/main.js", uisng lerna, or any other script(sample) that calls "server:start:prod": "node dist/server/main.js",