1
0
This commit is contained in:
2025-11-20 18:09:25 +09:00
parent 8faa934a58
commit 8dddebec16
9 changed files with 116 additions and 0 deletions

View File

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