Skip to content

Commit 811cc49

Browse files
authored
fix(vite): wrong import in dev.ts module (#3385)
1 parent c004925 commit 811cc49

File tree

1 file changed

+1
-1
lines changed
  • packages/vite/src/modes/global

1 file changed

+1
-1
lines changed

packages/vite/src/modes/global/dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import process from 'node:process'
22
import type { Plugin, Update, ViteDevServer } from 'vite'
33
import type { GenerateResult, UnocssPluginContext } from '@unocss/core'
44
import { notNull } from '@unocss/core'
5-
import type { VitePluginConfig } from 'unocss/vite'
65
import MagicString from 'magic-string'
6+
import type { VitePluginConfig } from '../../types'
77
import { LAYER_MARK_ALL, getHash, getPath, resolveId, resolveLayer } from '../../integration'
88

99
const WARN_TIMEOUT = 20000

0 commit comments

Comments
 (0)