
- 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!
15 lines
258 B
JSON
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": []
|
|
}
|
|
} |