Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
to listen on ipv4
  • Loading branch information
bil-ash committed Jan 15, 2024
1 parent cfa914e commit c34d688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=20.10.0"
},
"scripts": {
"start": "node ./built/boot/entry.js",
"start": "node --dns-result-order=order=ipv4first ./built/boot/entry.js",
"start:test": "NODE_ENV=test node ./built/boot/entry.js",
"migrate": "pnpm typeorm migration:run -d ormconfig.js",
"revert": "pnpm typeorm migration:revert -d ormconfig.js",
Expand Down

0 comments on commit c34d688

Please sign in to comment.