fix: add _data to vite ignore
This commit is contained in:
parent
cf6caa279d
commit
09fc950ae8
@ -4,6 +4,9 @@ import vue from "@vitejs/plugin-vue";
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
watch: {
|
||||
ignored: ['**/_data/**'],
|
||||
},
|
||||
host: "0.0.0.0",
|
||||
hmr: process.env.GITPOD_WORKSPACE_URL
|
||||
? {
|
||||
|
Loading…
Reference in New Issue
Block a user