NeuraTerm/.claude/settings.local.json
Network Monitor Bot 81289781bf 🔧 Fix: Corriger les chemins de compilation dans package.json
- Mettre à jour main et bin vers dist/cli.js
- Corriger npm start pour pointer vers le bon fichier compilé
- Fix erreur de typage TypeScript dans commands/index.ts

L'application se lance maintenant correctement!
2025-08-19 19:41:16 +02:00

15 lines
258 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(git add:*)",
"Bash(git reset:*)",
"Bash(git rm:*)",
"Bash(git push:*)",
"Bash(npm run build:*)",
"Bash(npm start)"
],
"deny": [],
"ask": []
}
}