ci(web): enable VITE_REQUIRE_HUB_URL for pages build

This commit is contained in:
weishu
2026-02-06 17:04:00 +08:00
parent cc9b9279bd
commit dc7472f1d0
+2
View File
@@ -26,6 +26,8 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun install
- name: Build web app
env:
VITE_REQUIRE_HUB_URL: '1'
run: bun run --cwd web build
- name: Add CNAME for custom domain
run: echo "app.hapi.run" > web/dist/CNAME