Commit 4e3104e3 authored by yann300's avatar yann300

add util to index.js

parent 0c994d24
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
module.exports = { module.exports = {
Router: require('./router'), Router: require('./router'),
utils: require('./utils'),
services: { services: {
startMistGeth: require('./services/startMistGeth'), startMistGeth: require('./services/startMistGeth'),
startFrontend: require('./services/startFrontend'), startFrontend: require('./services/startFrontend'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment