Commit e8cad0b2 authored by HAYWAEL's avatar HAYWAEL

fix

parent b4ad3968
Pipeline #27875 passed with stage
in 6 minutes 3 seconds
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"scripts": { "scripts": {
"start": "egg-scripts start --daemon --title=egg-server-zeus-server", "start": "egg-scripts start --daemon --title=egg-server-zeus-server",
"stop": "egg-scripts stop --title=egg-server-zeus-server", "stop": "egg-scripts stop --title=egg-server-zeus-server",
"docker": "eggctl start --title=egg-server-zeus-server", "docker": "egg-scripts start --title=egg-server-zeus-server",
"dev": "egg-bin dev", "dev": "egg-bin dev",
"debug": "egg-bin debug", "debug": "egg-bin debug",
"test-local": "egg-bin test", "test-local": "egg-bin test",
...@@ -51,7 +51,8 @@ ...@@ -51,7 +51,8 @@
"qr-image": "^3.2.0", "qr-image": "^3.2.0",
"tinify": "^1.6.0-beta.2", "tinify": "^1.6.0-beta.2",
"uuid": "^8.3.0", "uuid": "^8.3.0",
"xml2js": "^0.4.23" "xml2js": "^0.4.23",
"tslib": "^1.9.0"
}, },
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.159", "@types/lodash": "^4.14.159",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment