Skip to content

Commit

Permalink
add es6 load dev ex
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Jul 25, 2018
1 parent 1b3f3dc commit 3d7f86e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/es6-class.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const ServiceBroker = require("../src/service-broker");
const broker = new ServiceBroker();

broker.loadService("./examples/es6.class.service.js");
broker.start();

0 comments on commit 3d7f86e

Please sign in to comment.