| 4 | const isLiveReloadRequest = require('../../../../utilities/is-live-reload-request'); |
| 5 | |
| 6 | class ProxyServerAddon { |
| 7 | constructor(project) { |
| 8 | this.project = project; |
| 9 | this.name = 'proxy-server-middleware'; |
nothing calls this directly
no outgoing calls
no test coverage detected