1.0.10 • Published 4 years ago

lbl-team-base-service v1.0.10

Weekly downloads
46
License
Auth By Tu Pham
Repository
gitlab
Last release
4 years ago

Moleculer

base-service

NPM scripts

  • npm run dev - Start development mode (load all services locally with hot-reload & REPL)
  • npm run build- Uses typescript to transpile service to javascript
  • npm start - Start production mode (set SERVICES env variable to load certain services) (previous build needed)
  • npm run cli: Start a CLI and connect to production. Don't forget to set production namespace with --ns argument in script