mirror of
https://github.com/amark/gun.git
synced 2025-07-10 06:42:32 +00:00
Merge pull request #269 from PsychoLlama/0.5
Allow greeting messages to be opt-out
This commit is contained in:
commit
a4b64feef0
@ -1,9 +1,13 @@
|
|||||||
;(function(){
|
;(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');
|
||||||
var Gun = require('../gun');
|
|
||||||
console.log("TODO: MARK! UPDATE S3 DRIVER BEFORE PUBLISHING!")
|
|
||||||
//require('./s3');
|
//require('./s3');
|
||||||
require('./wsp/server');
|
require('./wsp/server');
|
||||||
require('./file');
|
require('./file');
|
||||||
module.exports = Gun;
|
Gun.log(
|
||||||
|
'Hello wonderful person! :)\n' +
|
||||||
|
'I\'m mark@gunDB.io, message me for help or with hatemail. ' +
|
||||||
|
'I want to hear from you! <3'
|
||||||
|
);
|
||||||
|
Gun.log('TODO: MARK! UPDATE S3 DRIVER BEFORE PUBLISHING!');
|
||||||
|
module.exports = Gun;
|
||||||
}());
|
}());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user