mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #538] [MERGED] feat: get nextjs port from deployment file #535
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/538
Author: @masci
Created: 6/12/2025
Status: ✅ Merged
Merged: 6/13/2025
Merged by: @masci
Base:
main← Head:massi/nextjs-port📝 Commits (2)
99d1bb6feat: get nextjs port from deployment filec4e7a98outdated comment📊 Changes
5 files changed (+18 additions, -7 deletions)
View changed files
📝
examples/quick_start/quick_start.yml(+1 -0)📝
llama_deploy/apiserver/deployment.py(+2 -0)📝
llama_deploy/apiserver/deployment_config_parser.py(+4 -1)📝
llama_deploy/apiserver/routers/deployments.py(+10 -6)📝
tests/apiserver/routers/test_deployments.py(+1 -0)📄 Description
Let users control the TCP port used to run nextjs if a
uiservice was configured.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.