Files
pipecat/examples/multi-worker/ui-worker/pointing/client/vite.config.js
Mark Backman 81b956d963 Add pointing UIWorker example
The voice LLM delegates to a ReplyToolMixin UIWorker that scrolls offscreen
items into view and highlights the phones it names — exercising the scroll_to /
highlight UI commands and the [offscreen] state tag.
2026-05-21 23:20:40 -04:00

8 lines
105 B
JavaScript

import { defineConfig } from "vite";
export default defineConfig({
server: {
port: 5173,
},
});