1
0

clean first

This commit is contained in:
2025-11-21 06:18:38 +09:00
parent cb720251e7
commit 06946dd203
43 changed files with 20 additions and 415 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()],
})