gun/lib/server.js
2015-01-24 19:21:58 -07:00

9 lines
267 B
JavaScript

;(function(){
console.log("Hello wonderful person! :) I'm mark@gunDB.io, message me for help or with hatemail. I want to hear from you! <3");
var Gun = require('../gun');
require('./s3');
require('./wsp');
require('./file');
module.exports = Gun;
}());