MCPcopy Index your code
hub / github.com/toeverything/AFFiNE / RunScriptOptions

Interface RunScriptOptions

tools/cli/src/run.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Option, PackageCommand } from './command';
6
7interface RunScriptOptions {
8 includeDependencies?: boolean;
9 waitDependencies?: boolean;
10 ignoreIfNotFound?: boolean;
11}
12
13const currentDir = Path.dir(import.meta.url);
14const serverRuntimeLoader = currentDir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected