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 = {
|
const config = {
|
||||||
devServer: {
|
devServer: {
|
||||||
https: true,
|
https: true,
|
||||||
|
host: '0.0.0.0',
|
||||||
inline: true,
|
inline: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/': {
|
'/': {
|
||||||
|
|
Loading…
Reference in New Issue