- 更新Claude设置允许pm2命令执行 - 修改package.json脚本配置,统一生产环境端口13007 - 添加pm2.sh部署脚本 - 更新API文档移除认证相关内容 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm dlx:*)",
|
|
"Bash(pnpm dev:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(pm2:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |