add egg-cluster包

This commit is contained in:
gaoshuaixing
2021-10-18 11:19:36 +08:00
parent ee7daef642
commit 9c99e3a442
3 changed files with 8 additions and 3 deletions

View File

@@ -5,9 +5,13 @@ name: Node.js CI
on:
push:
branches: [ master ]
branches:
- main
- master
pull_request:
branches: [ master ]
branches:
- main
- master
schedule:
- cron: '0 2 * * *'

View File

@@ -1,7 +1,7 @@
# electron-egg
[![star](https://gitee.com/wallace5303/electron-egg/badge/star.svg?theme=gvp)](https://gitee.com/wallace5303/electron-egg/stargazers)
一个简单、快速、功能丰富的跨平台桌面软件开发框架。
一个简单、快速、功能丰富的JS跨平台桌面软件开发框架。
- 🏆 码云最有价值开源项目

View File

@@ -104,6 +104,7 @@
"dependencies": {
"dayjs": "^1.9.5",
"egg": "^2.15.1",
"egg-cluster": "^1.23.3",
"egg-cors": "^2.2.0",
"egg-jwt": "^3.1.6",
"egg-scripts": "^2.13.0",