mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 12:08:41 -06:00
Merge pull request #2388 from Santosl2/feat/increase-network-family
fix: Qr Code fix increasing network family timeout
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user