Skip to content

Load service from package instead of project file

Mauro Gadaleta edited this page May 22, 2021 · 1 revision

You should also be able to load a service from an external package (such yarn, npm, etc..)

services:
  foo_emitter:
    class: events
    main: EventEmitter
Clone this wiki locally