Skip to content

Commit

Permalink
fix: Codesandbox allowHosts: all
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Oct 6, 2023
1 parent e31dab3 commit 57eea2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
devtool: 'source-map',
devServer: {
port: 9000,
allowHosts: 'all',
devMiddleware: {
writeToDisk: true
},
Expand Down Expand Up @@ -41,4 +42,4 @@ module.exports = {
}
]
}
}
}

0 comments on commit 57eea2c

Please sign in to comment.