UNPKG

@roots/bud-server

Version:

Development server for @roots/bud

6 lines (5 loc) 213 B
import type { Bud } from '@roots/bud-framework'; /** * Inject webpack entrypoints with client scripts */ export declare const inject: (app: Bud, injection: Array<(app: Bud) => false | string>) => Promise<void>;