build: apollo实现
Showing
| ... | ... | @@ -3,8 +3,8 @@ |
| "version": "0.0.1", | ||
| "description": "低代码平台", | ||
| "scripts": { | ||
| "start": "cross-env APOLLO_CLUSTER=3C egg-scripts start --port 9050 --workers 1", | ||
| "test": "cross-env DEBUG=apollo NODE_ENV=qa APOLLO_CLUSTER=k8s NAMESPACE=qa2 egg-scripts start --port 80 --workers 1", | ||
| "start": "cross-env NODE_ENV=production APOLLO_CLUSTER=3C egg-scripts start --port 9050 --workers 1", | ||
| "test": "cross-env NODE_ENV=production EGG_SERVER_ENV=sit DEBUG=apollo NODE_ENV=qa APOLLO_CLUSTER=k8s NAMESPACE=qa2 egg-scripts start --port 80 --workers 1", | ||
| "stop": "egg-scripts stop", | ||
| "backend": "nohup egg-scripts start --port 7001 --workers 4", | ||
| "dev": "egg-bin dev -r egg-ts-helper/register", | ||
| ... | ... | @@ -26,7 +26,7 @@ |
| "@hubcarl/json-typescript-mapper": "^2.0.0", | ||
| "@qg/apollo-nodejs": "^2.1.2", | ||
| "@qg/cherry-ui": "2.20.19", | ||
| "@qg/citrus-ui": "0.1.3-beta1", | ||
| "@qg/citrus-ui": "0.1.4-beta1", | ||
| "@riophae/vue-treeselect": "^0.4.0", | ||
| "@types/lodash": "^4.14.117", | ||
| "@types/node": "^10.12.0", | ||
| ... | ... |
Please register or sign in to comment