We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45968cd commit acfe97fCopy full SHA for acfe97f
src/node/shortcuts.ts
@@ -1,6 +1,7 @@
1
import type { ViteDevServer } from 'vite'
2
import c from 'picocolors'
3
import { clearCache } from './markdownToVue'
4
+import { disposeMdItInstance } from './markdown/markdown'
5
6
type CreateDevServer = () => Promise<void>
7
@@ -81,6 +82,7 @@ const SHORTCUTS: CLIShortcut[] = [
81
82
clear: true,
83
timestamp: true
84
})
85
+ disposeMdItInstance()
86
clearCache()
87
await server.close()
88
await createDevServer()
0 commit comments