What is the correct way to deploy a nest js app in a azure web app server? Should the package.json be included?
The nest js build it's not including the package.json which seems to be normal, but then when deploying to azure web app, the server it was not capable to install the needed packages. Finally I have uploaded manually the package.json…