Skip to content

Commit 12f8a49

Browse files
committed
feat: specify port for localhost configuration in Next.js settings
1 parent a659241 commit 12f8a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const nextConfig = {
3838
{
3939
protocol: 'http',
4040
hostname: 'localhost',
41-
port: '',
41+
port: '9000',
4242
},
4343
],
4444
},

0 commit comments

Comments
 (0)