add(ui): templui

This commit is contained in:
maotovisk 2025-08-06 23:29:35 -03:00
parent 81e72cedfa
commit a6350f60ba
5 changed files with 207 additions and 0 deletions

7
.templui.json Normal file
View file

@ -0,0 +1,7 @@
{
"componentsDir": "web/templates/components",
"utilsDir": "web/resources/utils",
"moduleName": "maot-shortner",
"jsDir": "web/resources/assets/js",
"jsPublicPath": "/web/static/js"
}