add serve port config
This commit is contained in:
parent
f55ac1a57c
commit
c33e592fae
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
devServer: {
|
||||||
|
port: 6661
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue