fix: massive fix for circular depsga!

This commit is contained in:
Kevin Nadro
2025-04-22 12:31:39 -05:00
parent 3c61d79a65
commit f7068e51d3
56 changed files with 216 additions and 84 deletions

View File

@ -18,7 +18,7 @@ import { REASONABLE_TIME_TO_REFRESH_STREAM_SIZE } from '@src/lib/timings'
import { err, reportRejection, trap } from '@src/lib/trap'
import type { IndexLoaderData } from '@src/lib/types'
import { uuidv4 } from '@src/lib/utils'
import { engineStreamActor, useSettings } from '@src/machines/appMachine'
import { engineStreamActor, useSettings } from '@src/lib/singletons'
import { useCommandBarState } from '@src/machines/commandBarMachine'
import {
EngineStreamState,