Merge branch 'feature/apollo' into 'master'
Feature/apollo See merge request !19
Showing
bin/apollo.js
0 → 100644
config/config.sit.ts
0 → 100644
config/typings.d.ts
0 → 100644
This diff is collapsed.
| ... | ... | @@ -3,12 +3,13 @@ |
| "version": "0.0.1", | ||
| "description": "低代码平台", | ||
| "scripts": { | ||
| "start": "egg-scripts start --port 9050 --workers 1", | ||
| "test": "egg-scripts start --port 80 --workers 1", | ||
| "start": "cross-env NODE_ENV=production APOLLO_CLUSTER=RC egg-scripts start --port 9050 --workers 1", | ||
| "test": "cross-env NODE_ENV=production EGG_SERVER_ENV=sit DEBUG=apollo 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", | ||
| "debug": "egg-bin debug -r egg-ts-helper/register", | ||
| "apollo": "node bin/apollo.js", | ||
| "build": "easy build --devtool", | ||
| "tsc": "ets && tsc -p tsconfig.json", | ||
| "clean": "ets clean", | ||
| ... | ... | @@ -24,14 +25,16 @@ |
| "@easy-team/easywebpack-cli": "^4.0.0", | ||
| "@easy-team/easywebpack-vue": "^4.0.0", | ||
| "@hubcarl/json-typescript-mapper": "^2.0.0", | ||
| "@qg/apollo-nodejs": "^2.1.2", | ||
| "@qg/cherry-ui": "2.20.19", | ||
| "@qg/citrus-ui": "0.1.5", | ||
| "@qg/citrus-ui": "0.1.4-beta4", | ||
| "@riophae/vue-treeselect": "^0.4.0", | ||
| "@types/lodash": "^4.14.117", | ||
| "@types/node": "^10.12.0", | ||
| "@types/validator": "^4.5.26", | ||
| "axios": "^0.21.1", | ||
| "babel-plugin-transform-vue-jsx": "^4.0.1", | ||
| "cross-env": "^7.0.3", | ||
| "cz-conventional-changelog": "^2.1.0", | ||
| "egg": "^2.3.0", | ||
| "egg-bin": "^4.9.0", | ||
| ... | ... |
Please register or sign in to comment