5 lines
54 B
JavaScript
5 lines
54 B
JavaScript
|
module.exports = {
|
||
|
devServer: {
|
||
|
port: 6661
|
||
|
}
|
||
|
}
|