Skip to content
Snippets Groups Projects
Verified Commit 5c857efc authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Ignore more files in vite watcher

parent 8d20bd50
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
......@@ -98,7 +98,7 @@ export default defineConfig({
strictPort: true,
origin: "http://localhost:5173",
watch: {
ignored: ["**/*.py", "**/__pycache__/**"],
ignored: ["**/*.py", "**/__pycache__/**", "**/*.mo", "**/.venv/**", "**/.tox/**"],
},
fs: {
allow: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment