| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Allow the Vite dev server proxy target to be set via environment variable instead of hardcoding localhost:5001. Also add pnpm-lock.yaml and .env.example.
Document both npm (with --prefix from repo root) and pnpm (cd webui) command variants in README, DEVELOPMENT, CONTRIBUTING, DEPLOY, and TESTING docs. Clarify that pnpm does not support --prefix.
|
Someone is attempting to deploy a commit to the cjack's projects Team on Vercel. A member of the Team first needs to authorize it. |
Sorry, something went wrong.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sorry, something went wrong.
|
以后开发提交改动都按dev分支走吧 |
Sorry, something went wrong.
也行 |
Sorry, something went wrong.
|
看了一下这版 WebUI env 支持,整体 CI 是绿的。有两个小点可以考虑顺手收一下,非阻塞:
如果去掉 tracked .env 并清掉这些空格,后续维护会更干净一些。 |
Sorry, something went wrong.
- Remove webui/.env from Git tracking; .env is already gitignored and developers should create their own from .env.example - Strip trailing whitespace from README.MD, docs/DEVELOPMENT.md, docs/TESTING.md
|
看了最新的 e7d1502,前面两个非阻塞点已经收掉了:
我也本地验证了: npm ci --prefix webui
npm run build --prefix webui两条都通过。当前 PR 上剩下的红色状态是 Vercel 对新 commit 的 “Authorization required to deploy”,看起来是需要 Team member 授权预览部署,不是代码或 WebUI build 失败。 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
webui 支持 pnpm 方式
webui 支持环境变量,无需启动本地后端直接配置线上后端地址
更新相关文档
📝 补充信息 | Additional Information
合并了主分支重新提交