debug-proxy-errors-plugin.d.ts 333 B

123456
  1. import { Plugin } from '../../types';
  2. /**
  3. * Subscribe to {@link https://www.npmjs.com/package/http-proxy#listening-for-proxy-events http-proxy error events} to prevent server from crashing.
  4. * Errors are logged with {@link https://www.npmjs.com/package/debug debug} library.
  5. */
  6. export declare const debugProxyErrorsPlugin: Plugin;