Merge branch 'feat/apollo' into 'master'
Feat/apollo See merge request !18
Showing
app/web/config/typings.d.ts
0 → 100644
bin/apollo.js
0 → 100644
config/typings.d.ts
0 → 100644
| ... | @@ -3,12 +3,13 @@ | ... | @@ -3,12 +3,13 @@ |
| "version": "0.0.1", | "version": "0.0.1", | ||
| "description": "低代码平台", | "description": "低代码平台", | ||
| "scripts": { | "scripts": { | ||
| "start": "egg-scripts start --port 9050", | "start": "cross-env NODE_ENV=production APOLLO_CLUSTER=3C egg-scripts start --port 9050", | ||
| "test": "egg-scripts start --port 80 --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", | "stop": "egg-scripts stop", | ||
| "backend": "nohup egg-scripts start --port 7001 --workers 4", | "backend": "nohup egg-scripts start --port 7001 --workers 4", | ||
| "dev": "egg-bin dev -r egg-ts-helper/register", | "dev": "egg-bin dev -r egg-ts-helper/register", | ||
| "debug": "egg-bin debug -r egg-ts-helper/register", | "debug": "egg-bin debug -r egg-ts-helper/register", | ||
| "apollo": "node bin/apollo.js", | |||
| "build": "cross-env COS_ENV=production easy build --devtool", | "build": "cross-env COS_ENV=production easy build --devtool", | ||
| "build:test": "cross-env COS_ENV=test easy build --devtool", | "build:test": "cross-env COS_ENV=test easy build --devtool", | ||
| "tsc": "ets && tsc -p tsconfig.json", | "tsc": "ets && tsc -p tsconfig.json", | ||
| ... | @@ -62,7 +63,7 @@ | ... | @@ -62,7 +63,7 @@ |
| "tslint-eslint-rules": "^5.4.0", | "tslint-eslint-rules": "^5.4.0", | ||
| "tslint-loader": "^3.5.3", | "tslint-loader": "^3.5.3", | ||
| "typescript": "^3.9.2", | "typescript": "^3.9.2", | ||
| "webpack-sentry-plugin": "^1.16.0" | "webpack-sentry-plugin": "^2.0.3" | ||
| }, | }, | ||
| "egg": { | "egg": { | ||
| "typescript": true | "typescript": true | ||
| ... | ... |
Please register or sign in to comment