@micro-scope-visuals-tech/custom-middleware
v1.0.6
Published
Contains custom errors & middlewares to be incorporated as NPM modules by microservices
Downloads
90
Readme
Custom-Middleware
Contains custom errors & middlewares to be incorporated as NPM modules by microservices
Execute the following steps to publish this NPM Library post any code changes.
git add . git commit -m <COMMIT_MESSAGE> npm version patch # Update the version number npm run build npm publish
To clean the contents
npm run clean && tsc del ./build/*