2
0
mirror of https://github.com/amark/gun.git synced 2025-03-30 15:08:33 +00:00
2016-05-25 13:11:06 -07:00

10 lines
334 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');
console.log("TODO: MARK! UPDATE S3 DRIVER BEFORE PUBLISHING!")
//require('./s3');
require('./wsp');
require('./file');
module.exports = Gun;
}());