@moneko/core 3.55.3-beta.2 → 3.55.3-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/typings/global.d.ts +5 -0
package/package.json
CHANGED
package/typings/global.d.ts
CHANGED
|
@@ -235,6 +235,11 @@ export declare type ConfigType = {
|
|
|
235
235
|
/**
|
|
236
236
|
* 使用 HTTPS 服务器作为开发服务器
|
|
237
237
|
* @description
|
|
238
|
+
* 如果你是macOS用户, 当启用 https 时, 第一次启动需要通过 `sudo ...` 启动提权以便安装证书;
|
|
239
|
+
* ```bash
|
|
240
|
+
* sudo npm start
|
|
241
|
+
* ```
|
|
242
|
+
* @description
|
|
238
243
|
* 配置 HTTPS 开发服务器的密钥和证书路径。
|
|
239
244
|
*
|
|
240
245
|
* `key` 和 `cert` 参数指定了私钥和证书文件的位置。
|