This commit is contained in:
Alexander Zinn
2025-08-25 13:36:17 -04:00
commit 705274c4ba
34 changed files with 1130 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import {defineConfig} from 'vite';
import react from '@vitejs/plugin-react-swc';
// https://vite.dev/config/
export default defineConfig({
plugins: [react()]
});