gun/lib/server.js
Mark Nadal e9b1790774 ?
2014-12-18 03:48:01 -07:00

7 lines
244 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');
module.exports = Gun;
}());