mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2026-01-07 11:58:13 +00:00
socket启动参数
This commit is contained in:
parent
bdccf4cc44
commit
aa36c643ba
@ -39,11 +39,11 @@
|
|||||||
"node": ">=12.0.0"
|
"node": ">=12.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "egg-scripts start --daemon --title=cool-admin-midway --framework=@midwayjs/web --port=8001",
|
"start": "egg-scripts start --daemon --title=cool-admin-midway --framework=@midwayjs/web --port=8001 --sticky",
|
||||||
"stop": "egg-scripts stop --title=cool-admin-midway",
|
"stop": "egg-scripts stop --title=cool-admin-midway",
|
||||||
"start_build": "npm run build && cross-env NODE_ENV=development midway-bin dev",
|
"start_build": "npm run build && cross-env NODE_ENV=development midway-bin dev",
|
||||||
"docker": "egg-scripts start --title=cool-admin-midway --framework=@midwayjs/web",
|
"docker": "egg-scripts start --title=cool-admin-midway --framework=@midwayjs/web",
|
||||||
"dev": "cross-env ets && cross-env NODE_ENV=local TS_NODE_TYPE_CHECK=false TS_NODE_TRANSPILE_ONLY=true midway-bin dev --ts --port=8001",
|
"dev": "cross-env ets && cross-env NODE_ENV=local TS_NODE_TYPE_CHECK=false TS_NODE_TRANSPILE_ONLY=true midway-bin dev --ts --port=8001 --sticky",
|
||||||
"test": "midway-bin test",
|
"test": "midway-bin test",
|
||||||
"cov": "midway-bin cov",
|
"cov": "midway-bin cov",
|
||||||
"lint": "mwts check",
|
"lint": "mwts check",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user