init
This commit is contained in:
30
.claude/settings.local.json
Normal file
30
.claude/settings.local.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm run *)",
|
||||
"Bash(git stash *)",
|
||||
"Bash(npm install *)",
|
||||
"Bash(node src/scripts/initDb.js)",
|
||||
"Bash(node -e \"require\\('dotenv'\\).config\\(\\); console.log\\('DB_HOST:', process.env.DB_HOST\\); console.log\\('DB_PORT:', process.env.DB_PORT\\); console.log\\('DB_USER:', process.env.DB_USER\\); console.log\\('DB_NAME:', process.env.DB_NAME\\);\")",
|
||||
"Bash(node -e ' *)",
|
||||
"Bash(curl -s http://localhost:3000/api/settings)",
|
||||
"Bash(curl *)",
|
||||
"Bash(node src/scripts/migrateColumns.js)",
|
||||
"Bash(mysql *)",
|
||||
"Bash(node -e \"const d=require\\('fs'\\).readFileSync\\(0,'utf8'\\); const j=JSON.parse\\(d\\); console.log\\('uploadedImages length:', j.uploadedImages?.length\\); console.log\\('uploadedImages[0] id:', j.uploadedImages?.[0]?.id\\);\")",
|
||||
"Bash(node -e \"const j=require\\('/tmp/settings.json'\\); console.log\\('uploadedImages length:', j.uploadedImages?.length\\); console.log\\('uploadedImages[0] id:', j.uploadedImages?.[0]?.id\\);\")",
|
||||
"Bash(node -p \"const j=JSON.parse\\(require\\('fs'\\).readFileSync\\(0,'utf8'\\)\\); j.uploadedImages?.length\")",
|
||||
"Bash(node src/index.js)",
|
||||
"Bash(netstat -ano)",
|
||||
"Bash(grep3000)",
|
||||
"Bash(node src/scripts/addSamplePosts.js)",
|
||||
"Bash(node src/scripts/insertPosts.js)",
|
||||
"Bash(npm list *)",
|
||||
"Bash(node -e \"require\\('./src/index.js'\\)\")",
|
||||
"Bash(npx pkg *)",
|
||||
"Bash(node package.js)",
|
||||
"Bash(npm view *)",
|
||||
"Bash(git restore *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user