Files
lambada-fiesta-live/.github/hooks/rtk-rewrite.json
Antoni Nuñez Romeu 935921f698
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 29s
Added multi-lingua, english-spanish. Timer conditions and Linting bugfixes.
2026-03-27 16:23:06 +01:00

13 lines
170 B
JSON

{
"hooks": {
"PreToolUse": [
{
"type": "command",
"command": "rtk hook copilot",
"cwd": ".",
"timeout": 5
}
]
}
}