UNPKG

@nx/rspack

Version:

The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.

4 lines 292 B
import type { RspackExecutorSchema } from '../../rspack/schema'; export declare function buildServePath(browserOptions: RspackExecutorSchema): string; export declare function _findDefaultServePath(baseHref?: string, deployUrl?: string): string | null; //# sourceMappingURL=serve-path.d.ts.map