From 3e7b2beca1136a42700a7e1aebfe4c0fb2861a00 Mon Sep 17 00:00:00 2001 From: soryu Date: Sat, 15 Nov 2025 18:00:09 +0000 Subject: Initial commit --- frontend/vite.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frontend/vite.config.js (limited to 'frontend/vite.config.js') diff --git a/frontend/vite.config.js b/frontend/vite.config.js new file mode 100644 index 0000000..db2454e --- /dev/null +++ b/frontend/vite.config.js @@ -0,0 +1,6 @@ +import { defineConfig } from 'vite'; +import react from '@vitejs/plugin-react'; +// https://vitejs.dev/config/ +export default defineConfig({ + plugins: [react()], +}); -- cgit v1.2.3