mirror of
https://github.com/langgenius/dify.git
synced 2026-04-01 03:01:11 -04:00
Co-authored-by: yyh <yuanyouhuilyz@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
9 lines
174 B
Bash
Executable File
9 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
|
ROOT_DIR="$(dirname "$SCRIPT_DIR")"
|
|
|
|
pnpm --dir "$ROOT_DIR" install && pnpm --dir "$ROOT_DIR/web" dev:inspect
|