This commit is contained in:
2026-08-18 20:38:42 +03:00
parent 3efdf8f1e6
commit a49007fb82
20 changed files with 3331 additions and 1230 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()],
})