fix(package): add network family autoselection timeout to start:prod script

This commit is contained in:
Santosl2
2026-01-28 00:51:29 -03:00
parent cd800f2976
commit be30cdae04
+1 -1
View File
@@ -7,7 +7,7 @@
"scripts": {
"build": "tsc --noEmit && tsup",
"start": "tsx ./src/main.ts",
"start:prod": "node dist/main",
"start:prod": "node --network-family-autoselection-attempt-timeout=1000 dist/main",
"dev:server": "tsx watch ./src/main.ts",
"test": "tsx watch ./test/all.test.ts",
"lint": "eslint --fix --ext .ts src",