Browse Source

Maintenance: Mobile - Exclude non-frontend files from watch

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

+ 1 - 1
vite.config.mjs

@@ -116,7 +116,7 @@ export default defineConfig(({ mode, command }) => {
               '**/*.spec.*',
               '**/__tests__/**/*',
               'app/frontend/tests/**/*',
-              '**/tmp/**',
+              '!app/frontend/**',
             ],
       },
     },