Aggiungi script di debug e aggiornamenti alla configurazione per il deploy
All checks were successful
Deploy / deploy (push) Successful in 19s

This commit is contained in:
2026-01-23 10:33:31 +01:00
parent 001c88e529
commit 55e14a95ae
5 changed files with 341 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
{
"permissions": {
"allow": [
"Bash(npm install)"
"Bash(npm install)",
"Bash(npm run build:*)"
]
}
}