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