release: fix build to contain ony release

This commit is contained in:
ci
2026-03-24 11:14:28 +00:00
commit 15372e51c6
24 changed files with 553 additions and 0 deletions

2
dist/index.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
export { default as LimelightButton } from './components/LimelightButton.vue';
export * from './utils/webviewer';