settings.local.json 428 B

1234567891011
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(npm run:*)",
  5. "Bash(node -e \"require\\(''buffer''\\); require\\(''process/browser''\\); require\\(''url/''\\)\")",
  6. "Bash(npm install:*)",
  7. "Bash(node -e \"const p = require\\(''e:/git/2021项目/anKeYuan9600/node_modules/mqtt/package.json''\\); console.log\\(JSON.stringify\\(p.exports ? Object.keys\\(p.exports\\) : ''no exports'', null, 2\\)\\)\")"
  8. ]
  9. }
  10. }