Adrian Lyjak 60373f4f16 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-16 11:12:34 -04:00
2025-09-16 11:12:34 -04:00
2025-12-16 16:38:12 -05:00
2025-10-29 17:44:26 -04:00

Llama Deploy

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
  3. Visit http://localhost:4501/

Organization

  • src contains python workflow sources. The name of the deployment here is defined as app
  • ui contains a vite app powered by @llamaindex/ui. It calls the local workflow server via api requests. See http://localhost:4501/deployments/app/docs for openAPI docs
S
Description
No description provided
Readme 121 KiB
Languages
TypeScript 60.6%
CSS 26.8%
Python 6.2%
HTML 3.9%
Jinja 1.3%
Other 1.2%