mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-01-29 21:49:35 +00:00
refactor(v0.7.0): restructure modules and config handling (#2358)
Co-authored-by: aries_ckt <916701291@qq.com>
This commit is contained in:
@@ -7,7 +7,7 @@ SCRIPT_LOCATION=$0
|
||||
cd "$(dirname "$SCRIPT_LOCATION")"
|
||||
WORK_DIR=$(pwd)
|
||||
WORK_DIR="$WORK_DIR/.."
|
||||
TARGET_DIR="$WORK_DIR/dbgpt/app/static/web"
|
||||
TARGET_DIR="$WORK_DIR/packages/dbgpt-app/src/dbgpt_app/static/web"
|
||||
|
||||
echo "Building web static files"
|
||||
echo "Target directory: $TARGET_DIR"
|
||||
|
||||
Reference in New Issue
Block a user