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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user