10 lines
191 B
JavaScript
10 lines
191 B
JavaScript
|
module.exports = {
|
||
|
devServer: {
|
||
|
disableHostCheck: false,
|
||
|
host: "localhost",
|
||
|
port: "8999",
|
||
|
https: false,
|
||
|
hotOnly: false,
|
||
|
proxy: null
|
||
|
}
|
||
|
}
|