Development
Packaging
packaging
feature ?
How to use the squeezer.yml
packaging:
- node_modules
# - other_dir
# - other_file
This means that node_modules
will be included in the microservice’s *.zip package for later usage
on the cloud environment.