Commit fa6f63e8 authored by 郭志伟's avatar 郭志伟

fix: 调试apollo

parent fdbed14b
......@@ -3,11 +3,11 @@
"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 DEBUG=apollo egg-scripts start --port 9050 --workers 1",
"test": "cross-env NODE_ENV=production DEBUG=apollo egg-scripts start --port 80 --workers 1",
"stop": "egg-scripts stop",
"backend": "nohup egg-scripts start --port 7001 --workers 4",
"dev": "cross-env DEBUG=apollo NODE_ENV=local APOLLO_CLUSTER=k8s NAMESPACE=qa2 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",
"build": "easy build --devtool",
"tsc": "ets && tsc -p tsconfig.json",
......
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