Skip to content

Commit 7fc3a9b

Browse files
committed
fix: vite dts
1 parent 615c4fd commit 7fc3a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vite.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import unplugin from '.'
2-
import type { VitePlugin } from 'unplugin'
2+
import {} from 'vite'
33

4-
export default unplugin.vite as VitePlugin
4+
export default unplugin.vite

0 commit comments

Comments
 (0)