mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
feat: start ui server in llama stack run
(#2170)
# What does this PR do? TSIA `--enable-ui` to enable ## Test Plan `llama stack run dev --image-type conda --enable-ui` `localhost:8322` shows UI llama stack run dev --image-type conda `localhost:8322` does not work
This commit is contained in:
parent
5844c2da68
commit
ca65617a71
2 changed files with 50 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack --port 8322",
|
||||
"dev": "next dev --turbopack --port ${LLAMA_STACK_UI_PORT:-8322}",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue