UNPKG
@recipher/contact-service
Version:
latest (1.0.5)
1.0.5
Contact services
github.com/recipher/contact-service
recipher/contact-service
@recipher/contact-service
/
cluster.js
3 lines
(2 loc)
•
77 B
JavaScript
View Raw
1
2
3
var
start =
require
(
'@recipher/bootstrap'
).
cluster
;
start
(
require
(
'./lib'
));