parameter 'dist' rename to 'from'
This commit is contained in:
parent
3b5ef883f1
commit
2a5f295239
@ -2,6 +2,7 @@ module.exports={
|
|||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
port: undefined,
|
port: undefined,
|
||||||
|
from: './dist', // local path to serve as webroot
|
||||||
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
||||||
sslType: 'greenlock', // greenlock or file
|
sslType: 'greenlock', // greenlock or file
|
||||||
sslDomainList: ['localhost'],
|
sslDomainList: ['localhost'],
|
||||||
|
Loading…
Reference in New Issue
Block a user