mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
fix(package): add network family autoselection timeout to start:prod script
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --noEmit && tsup",
|
"build": "tsc --noEmit && tsup",
|
||||||
"start": "tsx ./src/main.ts",
|
"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",
|
"dev:server": "tsx watch ./src/main.ts",
|
||||||
"test": "tsx watch ./test/all.test.ts",
|
"test": "tsx watch ./test/all.test.ts",
|
||||||
"lint": "eslint --fix --ext .ts src",
|
"lint": "eslint --fix --ext .ts src",
|
||||||
|
|||||||
Reference in New Issue
Block a user