This commit is contained in:
Luiz Silva 2025-10-27 12:10:44 -03:00
parent 68a4d2a496
commit da38648a35
2 changed files with 3 additions and 5 deletions

View file

@ -7,6 +7,7 @@
"types": "./dist-front/index.d.mts",
"exports": {
".": {
"browser": { "import": "./dist-front/index.mjs", "types": "./dist-front/index.d.ts" },
"types": "./dist-front/index.d.mts",
"import": "./dist-front/index.mjs",
"require": "./dist-back/index.js"