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

@@ -21,9 +21,9 @@ echo "Starting backend API..."
) &
BACKEND_PID=$!
echo "Starting Svelte web client..."
echo "Starting Web client..."
(
cd "$ROOT_DIR/apps/web"
cd "$ROOT_DIR/apps/web_v1"
npm run dev
) &
WEB_PID=$!