In framework_service_npm.go node_modules seem to be excluded as part of the zip deployment.
This requires App Service deployments to have SCM_DO_BUILD_DURING_DEPLOYMENT=true for app services.
It would be helpful if this is mentioned in the azd documentation. (maybe i missed it)
and/or Node_module exclusion can be set as an option for azd deploy. So that developers can choose if they want to include node_modules in zip deployment or not.
In framework_service_npm.go node_modules seem to be excluded as part of the zip deployment.
This requires App Service deployments to have SCM_DO_BUILD_DURING_DEPLOYMENT=true for app services.
It would be helpful if this is mentioned in the azd documentation. (maybe i missed it)
and/or Node_module exclusion can be set as an option for azd deploy. So that developers can choose if they want to include node_modules in zip deployment or not.