mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-06-10 19:26:53 +08:00
add egg-cluster包
This commit is contained in:
8
.github/workflows/nodejs.yml
vendored
8
.github/workflows/nodejs.yml
vendored
@@ -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 * * *'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# electron-egg
|
||||
[](https://gitee.com/wallace5303/electron-egg/stargazers)
|
||||
|
||||
一个简单、快速、功能丰富的跨平台桌面软件开发框架。
|
||||
一个简单、快速、功能丰富的JS跨平台桌面软件开发框架。
|
||||
|
||||
- 🏆 码云最有价值开源项目
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user