mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 11:39:26 +01:00
7 lines
226 B
TypeScript
7 lines
226 B
TypeScript
|
|
export const BROADCAST_CHANNELS = {
|
|
BENCHMARK_PROGRESS: 'benchmark-progress',
|
|
OLLAMA_MODEL_DOWNLOAD: 'ollama-model-download',
|
|
SERVICE_INSTALLATION: 'service-installation',
|
|
SERVICE_UPDATES: 'service-updates',
|
|
} |