diff options
| author | Anjana Vakil <contact@anjana.dev> | 2025-08-27 08:49:51 -0500 |
|---|---|---|
| committer | Anjana Vakil <contact@anjana.dev> | 2025-08-27 08:49:51 -0500 |
| commit | 0a413efa2f7784f176d1ee533d9b404b423713a4 (patch) | |
| tree | 553ef412d606bfbc456374f0b12af3f2311da23e /frontend/vite.config.js | |
| parent | 1dc4f56425209d4ce1d7bb78ec8b5e7b5a755a82 (diff) | |
exercise
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 |
