This commit is contained in:
nikita
2026-06-12 00:37:44 +03:00
parent cab49d9998
commit c8bc9b8347
19 changed files with 3430 additions and 1 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()],
})