PS_ProserveReport/.claude/settings.local.json
2026-03-09 07:12:13 +01:00

25 lines
1.1 KiB
JSON

{
"permissions": {
"allow": [
"Bash(node --version)",
"Bash(npm --version)",
"Bash(\"/c/Program Files/nodejs/node.exe\" --version)",
"Bash(\"/c/Program Files \\(x86\\)/nodejs/node.exe\" --version)",
"Bash(cmd.exe /c \"node --version\")",
"Bash(cmd.exe /c \"where node\")",
"Bash(cmd.exe /c \"where npm\")",
"Bash(export PATH=\"/c/Program Files/nodejs:$PATH\")",
"Bash(npm install)",
"Bash(npx tsc --noEmit)",
"Bash(npm run build)",
"Bash(curl -s -X POST \"http://localhost/proserve/lists/all_users.php\")",
"Bash(curl -s -X POST \"http://localhost/proserve/lists/all_users.php\" -d \"\")",
"Bash(curl -s -X POST \"http://localhost/proserve/user/login.php\" -d \"username=test&password=test\")",
"Bash(curl -s -X POST \"http://localhost/proserve/lists/all_sessions.php\" -d \"\")",
"Bash(curl -s -X POST \"http://localhost/proserve/user/get.php\" -d \"userId=3\")",
"Bash(curl -s -X POST \"http://localhost/proserve/stats/userhistory.php\" -d \"userId=3&quickMode=true\")",
"Bash(npx vite build)"
]
}
}