mirror of
https://github.com/amark/gun.git
synced 2026-03-14 20:35:20 +00:00
Sync everything
This commit is contained in:
@@ -22,7 +22,9 @@ var gun = Gun({
|
||||
bucket: '' // The bucket you want to save into
|
||||
}
|
||||
});
|
||||
// Sync everything
|
||||
gun.on('out', {get: {'#': {'*': ''}}});
|
||||
|
||||
server.listen(port);
|
||||
|
||||
console.log('Server started on port ' + port + ' with /gun');
|
||||
console.log('Server started on port ' + port + ' with /gun');
|
||||
|
||||
Reference in New Issue
Block a user