Skip to content

Commit

Permalink
add new ignore paths to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
peaklabs-dev committed Nov 11, 2024
1 parent 4736536 commit 9bd1753
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 9bd1753

Please sign in to comment.