```ts // vue/src/client/preview/globals.ts import { window as globalWindow } from 'global'; globalWindow.STORYBOOK_ENV = 'vue'; ```