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

Ignore Python files in filesystem watching

parent 6905358f
No related branches found
No related tags found
2 merge requests!1123Resolve "Finalise Vuetify app as SPA",!1066Translations update from Weblate
Pipeline #104104 failed
......@@ -58,6 +58,9 @@ export default defineConfig({
server: {
strictPort: true,
origin: "http://127.0.0.1:5173",
watch: {
ignored: ["**/*.py", "**/__pycache__/**"],
},
},
plugins: [
virtual({
......
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