diff --git a/app.js b/app.js index ac5f150..b8ae573 100755 --- a/app.js +++ b/app.js @@ -1,6 +1,5 @@ #!/usr/bin/env nodejs const app = {}; -module.exports = app; const {P2P} = require('./p2p') @@ -26,3 +25,5 @@ app.p2p = new P2P({ }) app.pubsub = require('./pubsub') + +module.exports = app; \ No newline at end of file