Skip to content

Commit

Permalink
feat(types): export Rollup namespace (#12316)
Browse files Browse the repository at this point in the history
  • Loading branch information
sun0day committed Mar 11, 2023
1 parent e57cacf commit 6e49e52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vite/src/node/index.ts
@@ -1,3 +1,6 @@
import type * as Rollup from 'rollup'

export type { Rollup }
export * from './config'
export { createServer } from './server'
export { preview } from './preview'
Expand Down

0 comments on commit 6e49e52

Please sign in to comment.