add(js): add correct import ver

This commit is contained in:
maotovisk 2025-08-07 14:29:49 -03:00
parent 80df48284c
commit 91a987e049
8 changed files with 7 additions and 37 deletions

View file

@ -2,6 +2,6 @@
"componentsDir": "web/templates/components",
"utilsDir": "web/resources/utils",
"moduleName": "maot-shortner",
"jsDir": "web/resources/assets/js",
"jsPublicPath": "/web/static/js"
"jsDir": "web/static/js",
"jsPublicPath": "static/js"
}