MCPcopy
hub / github.com/QwikDev/partytown / PartytownRollupOptions

Interface PartytownRollupOptions

src/utils/rollup.ts:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5/** @public */
6export interface PartytownRollupOptions {
7 /** An absolute path to the destination directory where the lib files should be copied. */
8 dest?: string;
9
10 /**
11 * When `debug` is set to `false`, the `lib/debug` directory will not be copied.
12 * The default is that both the production and debug directories are copied to the destination.
13 */
14 debug?: boolean;
15}
16
17/**
18 * The Rollup plugin will copy Partytown `lib` directory to the given destination,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…