You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* @Description:
|
|
* @Author:
|
|
* @Date: 2024-06-11 20:14:56
|
|
*/
|
|
module.exports = {
|
|
devServer: {
|
|
open: true, //配置自动启动浏览器
|
|
host: "localhost",
|
|
port: 9132,
|
|
},
|
|
lintOnSave: false
|
|
} |