mirror of
https://github.com/amark/gun.git
synced 2026-03-05 08:38:45 +00:00
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:
2
gun.js
2
gun.js
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
var Gun = require('../index');
|
||||
var Gun = require('./index');
|
||||
Gun.Mesh = require('./mesh');
|
||||
|
||||
// TODO: resync upon reconnect online/offline
|
||||
|
||||
Reference in New Issue
Block a user