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

View File

@@ -43,10 +43,10 @@ jobs:
run: |
cd /tmp/langbot_build_web/web
npm install
npm run build
npx vite build
- name: Package Output
run: |
cp -r /tmp/langbot_build_web/web/out ./web
cp -r /tmp/langbot_build_web/web/dist ./web
- name: Upload Artifact
uses: actions/upload-artifact@v4
with: