cong-react

This commit is contained in:
Dobromir Popov
2025-06-16 10:47:38 +03:00
parent 91285b4a4e
commit d8d6d8ef0e
13 changed files with 3586 additions and 0 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()],
})