websocket ../index to ./index (#1235)

* Update sea.js

* Update auth.js

* Update sea.js

* Update auth.js

* Update rs3.js

* added test for login via {pub}

* gh page build

* fix index path in websocket plugin
This commit is contained in:
Bradley Matusiak 2022-05-15 21:07:35 -04:00 committed by GitHub
parent 94ab05b032
commit ced9cde41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
gun.js
View File

@ -1667,7 +1667,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