mirror of https://github.com/vuejs/vitepress
fix(build): respect srcExclude in content loader (#2963)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>pull/2975/head
parent
3174f2193f
commit
3023b5c76b
@ -0,0 +1,7 @@
|
|||||||
|
import 'vite'
|
||||||
|
|
||||||
|
declare module 'vite' {
|
||||||
|
interface UserConfig {
|
||||||
|
vitepress?: import('./config').SiteConfig
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue