Switch frontend package sources to npm official registry.

Replace artifactory URLs in lockfile and update runtime/default docs to use https://registry.npmjs.org for dependency installs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
renjue
2026-05-09 17:23:27 +08:00
parent 25e3a1e294
commit 21c5bd9edd
3 changed files with 106 additions and 106 deletions

View File

@@ -6,7 +6,7 @@ GIT_BRANCH="${GIT_BRANCH:-main}"
WORKTREE_DIR="${WORKTREE_DIR:-/app/runtime}"
BACKEND_PORT="${FLASK_RUN_PORT:-14620}"
FRONTEND_PORT="${FRONTEND_PORT:-14621}"
NPM_REGISTRY="${NPM_REGISTRY:-https://registry.npmmirror.com}"
NPM_REGISTRY="${NPM_REGISTRY:-https://registry.npmjs.org}"
FORCE_FRONTEND_REBUILD="${FORCE_FRONTEND_REBUILD:-0}"
NPM_FALLBACK_REGISTRY="${NPM_FALLBACK_REGISTRY:-https://registry.npmjs.org}"
NPM_INSTALL_TIMEOUT_SEC="${NPM_INSTALL_TIMEOUT_SEC:-900}"