MCPcopy Create free account
hub / github.com/altic-dev/Pilot / BuildConfig

Interface BuildConfig

src/lib/build-detector.ts:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { logger } from './logger';
3
4export interface BuildConfig {
5 framework: string;
6 packageManager: 'npm' | 'pnpm' | 'yarn';
7 installCommand: string;
8 buildCommand?: string;
9 devCommand: string;
10 defaultPort: number;
11}
12
13interface PackageJson {
14 name?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected