diff options
Diffstat (limited to 'frontend/vite.config.js')
| -rw-r--r-- | frontend/vite.config.js | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 5e738f3..e9817b5 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -1,10 +1,8 @@ import { defineConfig } from 'vite' export default defineConfig({ - - server: { - proxy: { - '/api': 'http://localhost:3000/api', - } + test: { + globals: true, + include: ['test/**/*.{test,spec}.{js,ts}'], } })
\ No newline at end of file |
