mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
2.0.0
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"web-start": "egg-scripts start --daemon --title=ee --ignore-stderr --env=prod --workers=1",
|
||||
"web-stop": "egg-scripts stop --title=ee",
|
||||
"web-dev": "egg-bin dev",
|
||||
"rd": "node ./node_modules/ee-core/bin/tools rd --dist_dir=./frontend/dist",
|
||||
"rd": "ee-cli rd --dist_dir=./frontend/dist",
|
||||
"compress": "ee-cli compress",
|
||||
"restore": "ee-cli restore"
|
||||
},
|
||||
@@ -55,7 +55,7 @@
|
||||
"publish": [
|
||||
{
|
||||
"provider": "generic",
|
||||
"url": "https://github.com/wallace5303/ee"
|
||||
"url": "https://github.com/wallace5303/electron-egg"
|
||||
}
|
||||
],
|
||||
"mac": {
|
||||
|
||||
Reference in New Issue
Block a user