Remove frontend npm tuning and keep standard install path

This commit is contained in:
2026-03-02 17:31:34 -03:00
parent 8cf3748015
commit 83d6a4f367
4 changed files with 3 additions and 43 deletions

View File

@@ -44,14 +44,6 @@ VITE_API_BASE=
# Development-only Vite host allowlist override.
VITE_ALLOWED_HOSTS=
# Optional frontend build network and npm fetch tuning:
DOCKER_BUILD_NETWORK=default
NPM_REGISTRY=https://registry.npmjs.org/
NPM_FETCH_RETRIES=5
NPM_FETCH_RETRY_MINTIMEOUT=20000
NPM_FETCH_RETRY_MAXTIMEOUT=120000
NPM_FETCH_TIMEOUT=300000
# Production baseline overrides (set explicitly for live deployments):
# APP_ENV=production
# HOST_BIND_IP=127.0.0.1