We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfd3193 + b49b155 commit 9def045Copy full SHA for 9def045
2 files changed
.gitignore
@@ -48,6 +48,9 @@ docs/.vitepress/cache
48
# Object UI CLI temporary files
49
.objectui-tmp
50
51
+# ObjectStack bundled files
52
+*.bundled_*.mjs
53
+
54
# Fumadocs
55
apps/site/.next
56
apps/site/.map.ts
packages/core/package.json
@@ -20,6 +20,10 @@
20
".": {
21
"types": "./dist/index.d.ts",
22
"import": "./dist/index.js"
23
+ },
24
+ "./types": {
25
+ "types": "./dist/types/index.d.ts",
26
+ "import": "./dist/types/index.js"
27
}
28
},
29
"scripts": {
0 commit comments