Update dist files to correct locations

This commit is contained in:
Jon Staab
2025-04-02 11:42:10 -07:00
parent 895ea2bd49
commit 13818e5c80
9 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
"access": "public"
},
"type": "module",
"main": "dist/index",
"types": "dist/index",
"main": "dist/app/src/index",
"types": "dist/app/src/index",
"files": [
"dist"
],