| 4 | const logger = require('heimdalljs-logger')('ember-cli:broccoli-watcher'); |
| 5 | |
| 6 | class WatcherAddon { |
| 7 | /** |
| 8 | * This addon is used to set the default response headers for the assets that will be |
| 9 | * served by the next middleware. It waits for the watcher promise to resolve before |
nothing calls this directly
no outgoing calls
no test coverage detected