- 修正 package.json 中的服务器启动路径 - 更新快速启动脚本的访问地址提示 - 更新文档中的访问URL为完整路径 - 确保服务器从项目根目录启动而非public目录
18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install:*)",
|
|
"mcp__serena__create_text_file",
|
|
"mcp__serena__read_file",
|
|
"Bash(open /Users/apple/Documents/cursor/数字员工/linear-workflow.html)",
|
|
"Bash(git init:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(chmod:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |