fix: add clientModule to module.json for client-side template resolution

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 21:33:48 +00:00
parent 49275d0fc9
commit 384d7c6df0
@@ -4,5 +4,6 @@
"requires": {
"espocrm": ">=8.0.0"
},
"description": "Data migration tool for case data backup and restore"
"description": "Data migration tool for case data backup and restore",
"clientModule": "data-migration"
}