chore: rename web client to web_v1

This commit is contained in:
2026-07-21 11:24:27 +08:00
parent 465e7bea9b
commit ad6dcd6de4
101 changed files with 24 additions and 5537 deletions

View File

@@ -3,8 +3,8 @@ set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$ROOT_DIR/apps/web"
cd "$ROOT_DIR/apps/web_v1"
npm run build
echo "Web build output: $ROOT_DIR/apps/web/dist"
echo "Web build output: $ROOT_DIR/apps/web_v1/dist"