changed front end stack

This commit is contained in:
2025-01-09 16:29:36 -06:00
parent f67d00c921
commit 9a22067ead
30 changed files with 1748 additions and 4387 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})