settings.local.json 447 B

123456789101112131415
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(npx prisma:*)",
  5. "Bash(PRISMA_USER_CONSENT_FOR_DANGEROUS_AI_ACTION=\"继续,测试数据又不值钱\" npx prisma migrate reset --force)",
  6. "Bash(rm:*)",
  7. "Bash(npm run:*)",
  8. "Bash(timeout 10 npm start)",
  9. "Bash(taskkill /F /IM node.exe)",
  10. "Bash(taskkill //F //IM node.exe)",
  11. "Bash(npm start:*)",
  12. "Bash(curl -s http://localhost:3000/health)"
  13. ]
  14. }
  15. }