{"version":3,"file":"index.mjs","names":[],"sources":["../../../../src/plugins/orchestrator/index.ts"],"sourcesContent":["import {type Plugin} from 'vue'\nimport {orchestratorRegistryKey} from '../../utils/keys'\nimport {_newOrchestratorRegistry} from '../../composables/orchestratorShared'\n\nexport const orchestratorPlugin: Plugin = {\n  install(app) {\n    const orchestratorRegistry = _newOrchestratorRegistry()\n\n    app.provide(orchestratorRegistryKey, orchestratorRegistry)\n  },\n}\n"],"mappings":";;;;AAIA,IAAa,qBAA6B,EACxC,QAAQ,KAAK;CACX,MAAM,uBAAuB,0BAA0B;AAEvD,KAAI,QAAQ,yBAAyB,qBAAqB;GAE7D"}