refactor(v0.7.0): restructure modules and config handling (#2358)

Co-authored-by: aries_ckt <916701291@qq.com>
This commit is contained in:
Fangyin Cheng
2025-02-21 19:54:53 +08:00
committed by GitHub
parent 0310ce9fa3
commit e4b329ee21
1971 changed files with 42841 additions and 16183 deletions

View File

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