Commit b926491b authored by 郝聪敏's avatar 郝聪敏

fix: 修改端口号

parent 0792333c
......@@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "低代码平台",
"scripts": {
"start": "egg-scripts start --port 80 --daemon --workers 1",
"start": "egg-scripts start --port 9050 --daemon --workers 1",
"stop": "egg-scripts stop",
"backend": "nohup egg-scripts start --port 7001 --workers 4",
"dev": "egg-bin dev -r egg-ts-helper/register",
......
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