V0 : initial import
This commit is contained in:
24
.claude/settings.local.json
Normal file
24
.claude/settings.local.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user