feat(dev) bind to 0.0.0.0 on the dev server by default
This commit is contained in:
parent
9ed1969f7e
commit
c56afde00c
|
@ -35,6 +35,7 @@ function getPerformanceHints(size) {
|
|||
const config = {
|
||||
devServer: {
|
||||
https: true,
|
||||
host: '0.0.0.0',
|
||||
inline: true,
|
||||
proxy: {
|
||||
'/': {
|
||||
|
|
Loading…
Reference in New Issue