chore: 更新项目配置和部署脚本

- 更新Claude设置允许pm2命令执行
- 修改package.json脚本配置,统一生产环境端口13007
- 添加pm2.sh部署脚本
- 更新API文档移除认证相关内容

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-24 05:38:10 +08:00
parent 43a828a2c6
commit 97042e3d7b
4 changed files with 159 additions and 30 deletions

1
pm2.sh Normal file
View File

@@ -0,0 +1 @@
pm2 start npm --name accounts-manager-web -- run start:prod