MCPcopy Create free account
hub / github.com/6174/comflowyspace / BootStrapTaskType

Enum BootStrapTaskType

apps/node/src/routes/api/bootstrap.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { PartialTaskEvent, TaskProps, taskQueue } from '../../modules/task-queue/task-queue';
2import { checkIfInstalled, installPyTorchForGPU, checkIfInstalledComfyUI, cloneComfyUI, installCondaPackageTask, installCondaTask, installPythonTask, getInstallPyTorchForGPUCommand} from '../../modules/comfyui/bootstrap';
3import { CONFIG_KEYS, appConfigManager } from '../../modules/config-manager';
4import { checkBasicRequirements } from '../../modules/comfyui/bootstrap';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected