mirror of https://github.com/langgenius/dify.git
Use pnpm dev in dev/start-web (#28684)
This commit is contained in:
parent
665d49d375
commit
d696b9f35e
|
|
@ -5,4 +5,4 @@ set -x
|
|||
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||
cd "$SCRIPT_DIR/../web"
|
||||
|
||||
pnpm install && pnpm build && pnpm start
|
||||
pnpm install && pnpm dev
|
||||
|
|
|
|||
Loading…
Reference in New Issue