gemini coming in with the frontend

This commit is contained in:
2025-12-13 21:47:27 +11:00
parent 356eb58381
commit 8fc563334e
21 changed files with 991 additions and 4 deletions

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()],
})