diff --git a/code/frameworks/vue-vite/package.json b/code/frameworks/vue-vite/package.json index 00f74282f2b..60e880a121f 100644 --- a/code/frameworks/vue-vite/package.json +++ b/code/frameworks/vue-vite/package.json @@ -51,8 +51,12 @@ }, "dependencies": { "@storybook/builder-vite": "7.0.0-alpha.34", + "@storybook/channel-postmessage": "7.0.0-alpha.34", + "@storybook/channel-websocket": "7.0.0-alpha.34", + "@storybook/client-api": "7.0.0-alpha.34", "@storybook/core-common": "7.0.0-alpha.34", "@storybook/core-server": "7.0.0-alpha.34", + "@storybook/preview-web": "7.0.0-alpha.34", "@storybook/vue": "7.0.0-alpha.34", "magic-string": "^0.26.1", "vite": "^3.1.3", diff --git a/code/frameworks/vue-vite/src/index.ts b/code/frameworks/vue-vite/src/index.ts index 1327acc566a..f2f5e26c1ee 100644 --- a/code/frameworks/vue-vite/src/index.ts +++ b/code/frameworks/vue-vite/src/index.ts @@ -1,2 +1,9 @@ +// exports for builder-vite +export { createChannel as createPostMessageChannel } from '@storybook/channel-postmessage'; +export { createChannel as createWebSocketChannel } from '@storybook/channel-websocket'; +export { addons } from '@storybook/addons'; +export { composeConfigs, PreviewWeb } from '@storybook/preview-web'; +export { ClientApi } from '@storybook/client-api'; + export * from '@storybook/vue'; export type { StorybookConfig } from '@storybook/builder-vite'; diff --git a/code/yarn.lock b/code/yarn.lock index 7075bdb318b..af39c03f58b 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -9124,8 +9124,12 @@ __metadata: resolution: "@storybook/vue-vite@workspace:frameworks/vue-vite" dependencies: "@storybook/builder-vite": 7.0.0-alpha.34 + "@storybook/channel-postmessage": 7.0.0-alpha.34 + "@storybook/channel-websocket": 7.0.0-alpha.34 + "@storybook/client-api": 7.0.0-alpha.34 "@storybook/core-common": 7.0.0-alpha.34 "@storybook/core-server": 7.0.0-alpha.34 + "@storybook/preview-web": 7.0.0-alpha.34 "@storybook/vue": 7.0.0-alpha.34 magic-string: ^0.26.1 typescript: ~4.6.3