Skip to content

Commit

Permalink
test: add node option to prioritize ipv4 over ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
amin authored and zanninso committed Oct 30, 2024
1 parent 9752cf4 commit aea0937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

## Constants
CONTENT_FOLDER=/app
export NODE_OPTIONS="--dns-result-order=ipv4first"

shopt -s expand_aliases
alias xx='bunx --bun' # alternatives : 'npx' 'bunx --bun'
Expand Down

0 comments on commit aea0937

Please sign in to comment.