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

Class

lib/tasks/server/middleware/proxy-server/index.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const isLiveReloadRequest = require('../../../../utilities/is-live-reload-request');
5
6class ProxyServerAddon {
7 constructor(project) {
8 this.project = project;
9 this.name = 'proxy-server-middleware';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected