diff --git a/apps/stage-pocket/src/pages/index.vue b/apps/stage-pocket/src/pages/index.vue index abe7e6405..33ddfd0e7 100644 --- a/apps/stage-pocket/src/pages/index.vue +++ b/apps/stage-pocket/src/pages/index.vue @@ -10,6 +10,7 @@ import workletUrl from '@proj-airi/stage-ui/workers/vad/process.worklet?worker&u import { BackgroundProvider } from '@proj-airi/stage-layouts/components/Backgrounds' import { useBackgroundThemeColor } from '@proj-airi/stage-layouts/composables/theme-color' import { useBackgroundStore } from '@proj-airi/stage-layouts/stores/background' +import { IS_DEV } from '@proj-airi/stage-shared' import { WidgetStage } from '@proj-airi/stage-ui/components/scenes' import { useAudioRecorder } from '@proj-airi/stage-ui/composables/audio/audio-recorder' import { useVAD } from '@proj-airi/stage-ui/stores/ai/models/vad' @@ -204,7 +205,7 @@ watch([stream, () => vadLoaded.value], async ([s, loaded]) => { /> -