UNPKG

noide

Version:

Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.

15 lines (13 loc) 262 B
var fsw = require('../services/file-system-watcher') module.exports = { method: 'GET', path: '/watched', config: { handler: function (request, reply) { return reply({ watched: fsw.watched, cwd: process.cwd() }) } } }