diff --git a/examples/basic/emoji.html b/examples/basic/emoji.html index d32dd317..c8d11067 100644 --- a/examples/basic/emoji.html +++ b/examples/basic/emoji.html @@ -1,7 +1,8 @@
- + +
@@ -9,14 +10,12 @@ \ No newline at end of file diff --git a/examples/http.js b/examples/http.js index 5fd4f8fb..4b7f787b 100644 --- a/examples/http.js +++ b/examples/http.js @@ -16,7 +16,7 @@ config.server = require('http').createServer(Gun.serve(__dirname)); } - var gun = Gun({web: config.server.listen(config.port), rad: false, radisk: false, localStorage: false}); // TODO: ONLY TEMPORARILY!!! UNDO TO GET RAD ONCE TESTED!!!! + var gun = Gun({web: config.server.listen(config.port), localStorage: false}); console.log('Relay peer started on port ' + config.port + ' with /gun'); module.exports = gun; diff --git a/lib/server.js b/lib/server.js index a497ccac..2c442acc 100644 --- a/lib/server.js +++ b/lib/server.js @@ -11,11 +11,11 @@ this.to.next(root); }) //require('../nts'); - //require('./store'); - //require('./rfs'); - //require('./rs3'); + require('./store'); + require('./rfs'); + require('./rs3'); require('./wire'); - //try{require('../sea');}catch(e){} + try{require('../sea');}catch(e){} try{require('../axe');}catch(e){} //require('./file'); //require('./evict'); diff --git a/package.json b/package.json index 67598ab4..5fa4974b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gun", - "version": "0.2020.520", + "version": "0.2020.1233", "description": "A realtime, decentralized, offline-first, graph data synchronization engine.", "types": "index.d.ts", "main": "index.js", diff --git a/test/mocha.html b/test/mocha.html index f7b2d9d3..26ac6473 100644 --- a/test/mocha.html +++ b/test/mocha.html @@ -16,16 +16,16 @@ + - - + - +