Skip to content

Commit

Permalink
feat: specify port for localhost configuration in Next.js settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomast1337 committed Jan 4, 2025
1 parent a659241 commit 12f8a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const nextConfig = {
{
protocol: 'http',
hostname: 'localhost',
port: '',
port: '9000',
},
],
},
Expand Down

0 comments on commit 12f8a49

Please sign in to comment.