Files
pipecat/examples/multi-worker/ui-worker/form-fill/client/vite.config.js
Mark Backman 6b0e204d66 Add form-fill UIWorker example
A ReplyToolMixin UIWorker that fills inputs (fills) and toggles checkboxes /
presses submit (click) by voice — the state-changing half of the standard
action set.
2026-05-21 23:20:40 -04:00

8 lines
105 B
JavaScript

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