fix: add _data to vite ignore

This commit is contained in:
Andras Bacsai 2023-10-03 11:00:52 +02:00
parent cf6caa279d
commit 09fc950ae8

View File

@ -4,6 +4,9 @@ import vue from "@vitejs/plugin-vue";
export default defineConfig({ export default defineConfig({
server: { server: {
watch: {
ignored: ['**/_data/**'],
},
host: "0.0.0.0", host: "0.0.0.0",
hmr: process.env.GITPOD_WORKSPACE_URL hmr: process.env.GITPOD_WORKSPACE_URL
? { ? {