phase 6
This commit is contained in:
@@ -16,8 +16,10 @@ import { usePipelineStore } from './stores/pipeline'
|
||||
import { useSSEConnection } from './composables/useSSEConnection'
|
||||
import { useCheckpointLoader } from './composables/useCheckpointLoader'
|
||||
import { useEditorState } from './composables/useEditorState'
|
||||
import { useHashRouter } from './composables/useHashRouter'
|
||||
|
||||
const pipeline = usePipelineStore()
|
||||
useHashRouter()
|
||||
const logPanel = ref<{ clear: () => void } | null>(null)
|
||||
|
||||
// SSE connection + pipeline status
|
||||
|
||||
Reference in New Issue
Block a user