7 lines
71 B
JavaScript
7 lines
71 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
port: 8887,
|
|
open: true
|
|
}
|
|
}
|