| 49 | const DEFAULT_PREFIX = '/'; |
| 50 | |
| 51 | module.exports = class LiveReloadServer { |
| 52 | constructor({ app, watcher, ui, project, httpServer }) { |
| 53 | this.app = app; |
| 54 | this.watcher = watcher; |
nothing calls this directly
no outgoing calls
no test coverage detected