diff --git a/client/vite.config.js b/client/vite.config.js new file mode 100644 index 0000000..6b2481a --- /dev/null +++ b/client/vite.config.js @@ -0,0 +1,6 @@ +import { defineConfig } from 'vite'; +import react from '@vitejs/plugin-react'; + +export default defineConfig({ + plugins: [react()], +}); \ No newline at end of file