fix: ECONNREFUSED with Docker ipv6 enabled

This commit is contained in:
Elias Schneider
2023-07-31 15:37:04 +02:00
parent b534129194
commit c9a2a469c6
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "node .next/standalone/server.js",
"lint": "next lint",
"format": "prettier --end-of-line=auto --write \"src/**/*.ts*\""
},