mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #499] [MERGED] feat: expose nextjs UI from the apiserver #501
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/499
Author: @masci
Created: 5/13/2025
Status: ✅ Merged
Merged: 5/16/2025
Merged by: @masci
Base:
main← Head:massi/ui📝 Commits (6)
0fc7768feat: expose nextjs UI from the apiserver920ed99add unit testsd88d352fix response headers and content encoding5150b80tidy up the ui328656afix tests5da05f4expand readme file📊 Changes
25 files changed (+7724 additions, -33 deletions)
View changed files
📝
examples/quick_start/README.md(+21 -1)📝
examples/quick_start/quick_start.yml(+9 -3)➕
examples/quick_start/ui/.gitignore(+41 -0)➕
examples/quick_start/ui/app/favicon.ico(+0 -0)➕
examples/quick_start/ui/app/globals.css(+26 -0)➕
examples/quick_start/ui/app/layout.tsx(+32 -0)➕
examples/quick_start/ui/app/page.tsx(+136 -0)➕
examples/quick_start/ui/eslint.config.mjs(+16 -0)➕
examples/quick_start/ui/next.config.ts(+10 -0)➕
examples/quick_start/ui/package-lock.json(+6722 -0)➕
examples/quick_start/ui/package.json(+27 -0)➕
examples/quick_start/ui/postcss.config.mjs(+5 -0)➕
examples/quick_start/ui/public/file.svg(+1 -0)➕
examples/quick_start/ui/public/logo-dark-light.svg(+12 -0)➕
examples/quick_start/ui/tsconfig.json(+27 -0)📝
llama_deploy/apiserver/app.py(+2 -1)📝
llama_deploy/apiserver/deployment.py(+46 -0)📝
llama_deploy/apiserver/deployment_config_parser.py(+5 -0)📝
llama_deploy/apiserver/routers/__init__.py(+2 -2)➕
llama_deploy/apiserver/routers/ui.py(+54 -0)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.