Skip to content

Commit aea0937

Browse files
aminzanninso
authored andcommitted
test: add node option to prioritize ipv4 over ipv6
1 parent 9752cf4 commit aea0937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
## Constants
77
CONTENT_FOLDER=/app
8+
export NODE_OPTIONS="--dns-result-order=ipv4first"
89

910
shopt -s expand_aliases
1011
alias xx='bunx --bun' # alternatives : 'npx' 'bunx --bun'

0 commit comments

Comments
 (0)