This commit is contained in:
Mark Nadal 2022-05-18 18:10:39 -07:00
commit 7335f8c866
2 changed files with 2 additions and 2 deletions

2
gun.js
View File

@ -1673,7 +1673,7 @@
})(USE, './mesh');
;USE(function(module){
var Gun = USE('../index');
var Gun = USE('./index');
Gun.Mesh = USE('./mesh');
// TODO: resync upon reconnect online/offline

View File

@ -1,5 +1,5 @@
var Gun = require('../index');
var Gun = require('./index');
Gun.Mesh = require('./mesh');
// TODO: resync upon reconnect online/offline