Add node network-family timeout to prod start#767
Conversation
Update package.json start:prod script to include Node's --network-family-autoselection-attempt-timeout=1000 flag. This raises the network family autoselection timeout to 1000ms to mitigate startup hangs or network resolution delays (IPv6/IPv4 autoselection) when running the production build.
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughO script Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found. |
Regenerate package-lock.json to apply multiple dependency updates and integrity/hash changes. Notable bumps include axios (1.13.4 → 1.13.5), many @esbuild platform binaries (0.27.2 → 0.27.3), @typescript-eslint family (8.54.0 → 8.55.0), @aws-sdk/util-endpoints (3.985.0 → 3.986.0) and related placements, @cacheable/utils (2.3.3 → 2.3.4), bowser (2.13.1 → 2.14.1), confbox (0.2.2 → 0.2.4), and several others. This change only updates the lockfile to reflect resolved versions and integrity hashes; no code or package.json changes were made.
Update package.json start:prod script to include Node's --network-family-autoselection-attempt-timeout=1000 flag. This raises the network family autoselection timeout to 1000ms to mitigate startup hangs or network resolution delays (IPv6/IPv4 autoselection) when running the production build.
Summary by CodeRabbit