We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e568704 + be30cda commit 7fd7219Copy full SHA for 7fd7219
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"build": "tsc --noEmit && tsup",
9
"start": "tsx ./src/main.ts",
10
- "start:prod": "node dist/main",
+ "start:prod": "node --network-family-autoselection-attempt-timeout=1000 dist/main",
11
"dev:server": "tsx watch ./src/main.ts",
12
"test": "tsx watch ./test/all.test.ts",
13
"lint": "eslint --fix --ext .ts src",
0 commit comments