fix: update build process to use Vite and correct output directory

This commit is contained in:
Junyan Qin
2026-04-03 11:44:34 +08:00
parent 7cfa83aac6
commit 8e046f4bbb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ jobs:
npm install -g pnpm
pnpm install
pnpm build
mkdir -p ../src/langbot/web/out
cp -r out ../src/langbot/web/
mkdir -p ../src/langbot/web/dist
cp -r dist ../src/langbot/web/
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v6