MCPcopy Index your code
hub / github.com/ember-cli/ember-cli /

Class

lib/tasks/server/express-server.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const LiveReloadServer = require('./livereload-server');
12
13class ExpressServerTask extends Task {
14 constructor(options) {
15 super(options);
16 this.emitter = new EventEmitter();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected