mirror of
https://github.com/amark/gun.git
synced 2025-07-02 19:02:33 +00:00
9 lines
275 B
JavaScript
9 lines
275 B
JavaScript
// const Gun = require('../..');
|
|
// const gun = Gun();
|
|
|
|
// gun.get('hub').on(data => {
|
|
// console.log(data['/home/noctisatrae/gun/test/hub/index.html'])
|
|
// })
|
|
|
|
const hub = require('../../lib/hub');
|
|
hub.watch('/home/noctisatrae/gun/test/hub', {msg: true, hubignore: true}) |