1
0
This commit is contained in:
2025-11-21 06:23:23 +09:00
parent fd8d153948
commit 2998208db9
28 changed files with 20 additions and 412 deletions

6
min-react/vite.config.ts Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})