MCPcopy
hub / github.com/tbxark/ChatGPT-Telegram-Workers / Options

Interface Options

vite.config.shared.ts:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import dts from 'vite-plugin-dts';
9
10export interface Options {
11 root: string;
12 types?: boolean;
13 formats?: LibraryFormats[];
14 nodeExternals?: boolean;
15 excludeMonoRepoPackages?: boolean;
16}
17
18export function createShareConfig(options: Options): UserConfig {
19 const plugins: Plugin[] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected