Skip to content

Commit 7fd7219

Browse files
Merge pull request #2388 from Santosl2/feat/increase-network-family
fix: Qr Code fix increasing network family timeout
2 parents e568704 + be30cda commit 7fd7219

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)