Skip to content

Commit

Permalink
Use NODE_OPTIONS=--dns-result-order=ipv4first for acceptence-fronte…
Browse files Browse the repository at this point in the history
…nd-dev-start

Closes #122.
  • Loading branch information
stevepiercy authored Dec 9, 2024
1 parent f513c96 commit 5ad6062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_addon/{{ cookiecutter.__folder_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ storybook-build: ## Build Storybook
## Acceptance
.PHONY: acceptance-frontend-dev-start
acceptance-frontend-dev-start: ## Start acceptance frontend in development mode
RAZZLE_API_PATH=http://127.0.0.1:55001/plone pnpm start
RAZZLE_API_PATH=http://127.0.0.1:55001/plone NODE_OPTIONS=--dns-result-order=ipv4first pnpm start

.PHONY: acceptance-frontend-prod-start
acceptance-frontend-prod-start: ## Start acceptance frontend in production mode
Expand Down

0 comments on commit 5ad6062

Please sign in to comment.