MCPcopy
hub / github.com/FredKSchott/snowpack / InstallOptions

Interface InstallOptions

snowpack/src/sources/local-install.ts:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import {ImportMap, SnowpackBuiltFile, SnowpackConfig} from '../types';
7
8interface InstallOptions {
9 config: SnowpackConfig;
10 isDev: boolean;
11 isSSR: boolean;
12 installOptions: EsinstallOptions;
13 installTargets: (InstallTarget | string)[];
14}
15
16interface InstallResult {
17 importMap: ImportMap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected