Merge pull request #2388 from Santosl2/feat/increase-network-family
Security Scan / Dependency Review (push) Has been skipped
Build Docker image / Build and Deploy (push) Failing after 25s
Security Scan / CodeQL Analysis (javascript) (push) Failing after 36s
Check Code Quality / check-lint-and-build (push) Successful in 2m4s

fix: Qr Code fix increasing network family timeout
This commit is contained in:
Davidson Gomes
2026-02-10 00:52:02 -03:00
committed by GitHub
+1 -1
View File
@@ -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",