Potter Pages deployment placeholder. The real UI build (frontend/dist-pages) was blocked by a pre-existing, unrelated build error in App.tsx at deploy time (duplicate handleWake/wakeWord declaration) — this file exists only so the Pages Functions (/health, /ws) could be deployed and end-to-end tested independently of the React bundle. Rebuild with: VITE_WS_MODE=relative VITE_JARVIS_TOKEN=<token> npx vite build --outDir dist-pages once App.tsx builds cleanly, then redeploy.