add new ignore paths to vite
This commit is contained in:
parent
4736536602
commit
9bd1753eea
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@ import vue from "@vitejs/plugin-vue";
|
|||
export default defineConfig({
|
||||
server: {
|
||||
watch: {
|
||||
ignored: ['**/_data/**'],
|
||||
ignored: [
|
||||
"**/dev_*_data/**",
|
||||
"**/storage/**",
|
||||
],
|
||||
},
|
||||
host: "0.0.0.0",
|
||||
hmr: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue