Browse Source

Maintenance: Mobile - Fix watch ignored pattern typo

Vladimir Sheremet 1 year ago
parent
commit
4cf2a5aae8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.mjs

+ 1 - 1
vite.config.mjs

@@ -126,7 +126,7 @@ export default defineConfig(({ mode, command }) => {
               '**/__tests__/**/*',
               (path) =>
                 !path.includes('app/frontend') ||
-                path.includes('forntend/tests'),
+                path.includes('frontend/tests'),
             ],
       },
     },