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:
		| @@ -5,9 +5,9 @@ | ||||
|   "scripts": { | ||||
|     "dev": "next dev --turbopack", | ||||
|     "build": "next build --turbopack",  | ||||
|     "start": "next start", | ||||
|     "start:prod": "next start -p 13007", | ||||
|     "deploy": "pm2 start npm --name accounts-manager-web -- run start:prod" | ||||
|     "start": "next start -p 13007", | ||||
|     "deploy": "NODE_ENV=production npm run build && npm run start:prod", | ||||
|     "start:prod": "next start -p 13007" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@radix-ui/react-checkbox": "^1.3.3", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user