chore(package): export components and composables

This commit is contained in:
Benjamin Canac
2025-02-28 15:33:49 +01:00
parent 7a8c00c374
commit 8e50d366bd

View File

@@ -31,6 +31,8 @@
"types": "./vue-plugin.d.ts"
},
"./runtime/*": "./dist/runtime/*",
"./components/*": "./dist/runtime/components/*",
"./composables/*": "./dist/runtime/composables/*",
"./utils/*": {
"types": "./dist/runtime/utils/*.d.ts",
"import": "./dist/runtime/utils/*.js"