mirror of https://github.com/ColorlibHQ/AdminLTE
fix astro watch dist
parent
f34dc849fb
commit
79703897f0
|
@ -15,5 +15,12 @@ export default defineConfig({
|
||||||
integrations: [mdx()],
|
integrations: [mdx()],
|
||||||
srcDir: './src/html',
|
srcDir: './src/html',
|
||||||
cacheDir: './dist/pages',
|
cacheDir: './dist/pages',
|
||||||
outDir: './dist/pages'
|
outDir: './dist/pages',
|
||||||
|
vite: {
|
||||||
|
server: {
|
||||||
|
watch: {
|
||||||
|
ignored: ['!**/dist/**'],
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue