@bulolo/hermes-link 0.3.6 → 0.3.7
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/README.zh-CN.md +0 -6
- package/package.json +1 -1
package/README.zh-CN.md
CHANGED
|
@@ -719,14 +719,8 @@ hermeslink autostart off
|
|
|
719
719
|
npm install
|
|
720
720
|
npm run build
|
|
721
721
|
|
|
722
|
-
# 前台运行(调试)
|
|
723
|
-
npm run dev:run
|
|
724
|
-
# 或
|
|
725
|
-
node dist/cli/index.js daemon --foreground
|
|
726
|
-
|
|
727
722
|
# watch 模式(自动重编译,需手动重启服务)
|
|
728
723
|
npm run dev:watch # 终端1:监听源码变化自动 build
|
|
729
|
-
node dist/cli/index.js daemon --foreground # 终端2:运行服务
|
|
730
724
|
node dist/cli/index.js pair
|
|
731
725
|
# TypeScript 类型检查
|
|
732
726
|
npm run check
|
package/package.json
CHANGED