UNPKG

@roots/bud-server

Version:

Development server for @roots/bud

9 lines (8 loc) 318 B
import type { Bud } from '@roots/bud-framework'; import type { Options } from '@roots/bud-support/http-proxy-middleware'; import type { MiddlewareFactory } from '../index.js'; /** * Proxy middleware factory */ export declare const factory: MiddlewareFactory; export declare const makeOptions: (app: Bud) => Options;