# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-05-23 11:10:32 -07:00
parent 558d109ab7
commit 4e8e2104c0
2 changed files with 50 additions and 1 deletions

View file

@ -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",