From 12f8a4943d6e3f1cf296cc75d97969a6c72f5546 Mon Sep 17 00:00:00 2001 From: tomast1337 Date: Sat, 4 Jan 2025 20:53:04 -0300 Subject: [PATCH] feat: specify port for localhost configuration in Next.js settings --- web/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/next.config.mjs b/web/next.config.mjs index 2650d1a1..e98b847c 100644 --- a/web/next.config.mjs +++ b/web/next.config.mjs @@ -38,7 +38,7 @@ const nextConfig = { { protocol: 'http', hostname: 'localhost', - port: '', + port: '9000', }, ], },