MCPcopy Create free account
hub / github.com/ember-cli/ember-cli /

Class

lib/tasks/server/livereload-server.js:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49const DEFAULT_PREFIX = '/';
50
51module.exports = class LiveReloadServer {
52 constructor({ app, watcher, ui, project, httpServer }) {
53 this.app = app;
54 this.watcher = watcher;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected