dify
This commit is contained in:
8
dify/dev/start-web
Normal file
8
dify/dev/start-web
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||
cd "$SCRIPT_DIR/../web"
|
||||
|
||||
pnpm install && pnpm dev
|
||||
Reference in New Issue
Block a user