Adrian Lyjak 266f940949 Configure Vite HMR client port via environment variable (#201)
* feat: add LLAMA_DEPLOY_SERVER_PORT HMR clientPort to template vite configs

Set hmr.clientPort to LLAMA_DEPLOY_SERVER_PORT when defined, enabling
Vite HMR websocket connections to work through the server proxy.

https://claude.ai/code/session_01Hq5ZQxquwtyJVJ2qw48bbt

* feat: add LLAMA_DEPLOY_SERVER_PORT HMR support to template vite configs

Add hmr.port and hmr.clientPort to all template vite configs so that
Vite HMR websocket connections work through the server proxy. When
LLAMA_DEPLOY_SERVER_PORT is set, clientPort directs the browser's HMR
websocket to connect via the proxy server port.

Bump patch versions for all affected templates.

https://claude.ai/code/session_01Hq5ZQxquwtyJVJ2qw48bbt

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-01-27 17:58:46 -05:00
2025-09-18 09:33:06 -07:00
2025-09-18 09:33:06 -07:00
2025-12-16 16:38:12 -05:00
2025-10-29 17:44:26 -04:00

Document Q&A Application

A document question-answering application built with LlamaIndex workflows and LlamaCloud services.

This application uses LlamaDeploy. For more information see the docs

Getting Started

  1. install uv if you haven't brew install uv
  2. run uvx llamactl serve

Organization

  • src contains python workflow sources. The name of the deployment here is defined as document-qarequests. See http://localhost:4501/docs for openAPI docs
S
Description
No description provided
Readme 173 KiB
Languages
TypeScript 65.2%
Python 25.9%
CSS 7.6%
HTML 0.9%
Jinja 0.2%
Other 0.2%