docs(web): consolidate maintainer guidance (#40758)

This commit is contained in:
yyh
2026-08-14 03:40:05 +00:00
committed by GitHub
parent 0ac005eb98
commit f8e05ebfc0
27 changed files with 134 additions and 498 deletions
+2
View File
@@ -21,6 +21,8 @@ NEXT_PUBLIC_SOCKET_URL=ws://localhost:5001
# Dev proxy routes are configured in web/dev-proxy.config.ts.
# pnpm -C web run dev:proxy loads web/.env.local before evaluating that config file.
DEV_PROXY_TARGET=https://cloud.dify.ai
# Defaults to DEV_PROXY_TARGET when omitted. Set this when enterprise API routes use a different origin.
DEV_PROXY_ENTERPRISE_TARGET=
# Defaults to DEV_PROXY_TARGET when omitted. Set this when Web App public APIs use a different origin.
DEV_PROXY_PUBLIC_TARGET=https://udify.app
DEV_PROXY_HOST=127.0.0.1