19 lines
724 B
JSON
19 lines
724 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run *)",
|
|
"Bash(npx vue-tsc *)",
|
|
"Bash(npx eslint *)",
|
|
"Bash(node -e \"const fs = require\\('fs'\\); const content = fs.readFileSync\\('src/views/order-management-supplier/List.vue', 'utf-8'\\); console.log\\('File read successfully, length:', content.length\\);\")",
|
|
"Bash(node -e \"console.log\\('Testing syntax...'\\); require\\('fs'\\).readFileSync\\('src/views/order/SupplierEvaluation.vue', 'utf8'\\).substring\\(0, 1000\\)\")",
|
|
"Bash(npx vite *)",
|
|
"Bash(git restore *)",
|
|
"Bash(git checkout *)",
|
|
"Bash(git add *)",
|
|
"Bash(git reset *)",
|
|
"Bash(mysql -u root -p procurement)",
|
|
"Bash(node *)"
|
|
]
|
|
}
|
|
}
|