This commit is contained in:
2026-08-12 21:18:47 +07:00
parent a1f622e240
commit 593de37987
16 changed files with 2922 additions and 86 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()],
})