parameter 'dist' rename to 'from'

This commit is contained in:
陆柯 2019-11-06 14:01:56 +08:00
parent 3b5ef883f1
commit 2a5f295239

View File

@ -2,6 +2,7 @@ module.exports={
protocol: 'http',
host: 'localhost',
port: undefined,
from: './dist', // local path to serve as webroot
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
sslType: 'greenlock', // greenlock or file
sslDomainList: ['localhost'],