Skip to content

Commit

Permalink
host
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Dec 16, 2024
1 parent c7c8cc9 commit 346218a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = {
// Удаляем секцию proxy полностью
compress: true,
port: 80, // Меняем порт на 8000
host: 'localhost', // Меняем на localhost
host: '0.0.0.0', // Меняем на localhost
allowedHosts: 'all',
historyApiFallback: {
index: '/index.html'
Expand Down

0 comments on commit 346218a

Please sign in to comment.