MCPcopy
hub / github.com/toeverything/AFFiNE / BuildFlags

Interface BuildFlags

tools/utils/src/build-config.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { PackageToDistribution } from './distribution';
4
5export interface BuildFlags {
6 channel: 'stable' | 'beta' | 'internal' | 'canary';
7 mode: 'development' | 'production';
8}
9
10export function getBuildConfig(
11 pkg: Package,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected