mirror of
https://github.com/unraid/api.git
synced 2026-02-17 21:48:34 -06:00
feat: add exclude to vite.config
This commit is contained in:
@@ -18,7 +18,8 @@ export default defineConfig(() => {
|
||||
clearMocks: true,
|
||||
setupFiles: [
|
||||
'src/__test__/setup/keyserver-mock.ts'
|
||||
]
|
||||
],
|
||||
exclude: ['deploy/', 'node_modules/'],
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user