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