We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57cacf commit 6e49e52Copy full SHA for 6e49e52
packages/vite/src/node/index.ts
@@ -1,3 +1,6 @@
1
+import type * as Rollup from 'rollup'
2
+
3
+export type { Rollup }
4
export * from './config'
5
export { createServer } from './server'
6
export { preview } from './preview'
0 commit comments