Skip to content

Commit be30cda

Browse files
committed
fix(package): add network family autoselection timeout to start:prod script
1 parent cd800f2 commit be30cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "tsc --noEmit && tsup",
99
"start": "tsx ./src/main.ts",
10-
"start:prod": "node dist/main",
10+
"start:prod": "node --network-family-autoselection-attempt-timeout=1000 dist/main",
1111
"dev:server": "tsx watch ./src/main.ts",
1212
"test": "tsx watch ./test/all.test.ts",
1313
"lint": "eslint --fix --ext .ts src",

0 commit comments

Comments
 (0)