Skip to content

Commit

Permalink
chore(Hyperswitch-React-Demo-App): specify host as 0.0.0.0 for de…
Browse files Browse the repository at this point in the history
…velopment server
  • Loading branch information
SanchithHegde committed Jun 14, 2024
1 parent 28865dc commit 34d6d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Hyperswitch-React-Demo-App/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const common = require("./webpack.common.js");
const devServer = {
contentBase: path.join(__dirname, "dist"),
hot: true,
host: "0.0.0.0",
port: 9060,
historyApiFallback: true,
proxy: {
Expand Down

0 comments on commit 34d6d25

Please sign in to comment.