MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / ViteLocalAliasPolicyOptions

Interface ViteLocalAliasPolicyOptions

viteLocalAliasPolicy.ts:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as path from 'node:path';
2
3export interface ViteLocalAliasPolicyOptions {
4 command: string;
5 mode: string;
6 env: Record<string, string | undefined>;
7 rootDir: string;
8 pathExists: (targetPath: string) => boolean;
9}
10
11export interface ViteLocalAliasPolicy {
12 aliases: Record<string, string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected