!12 新增vue.config.js文件
Merge pull request !12 from 覃杰/auto-8533815-develop-1628524272532
This commit is contained in:
commit
80301e5b53
|
@ -0,0 +1,10 @@
|
||||||
|
module.exports = {
|
||||||
|
devServer: {
|
||||||
|
disableHostCheck: false,
|
||||||
|
host: "localhost",
|
||||||
|
port: "8999",
|
||||||
|
https: false,
|
||||||
|
hotOnly: false,
|
||||||
|
proxy: null
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue