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

Exclude static directories from watching

parent be8f2649
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
......@@ -139,6 +139,8 @@ export default defineConfig({
"**/*.mo",
"**/.venv/**",
"**/.tox/**",
"**/static/**",
"**/assets/**",
],
},
fs: {
......
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