first upload

This commit is contained in:
2026-08-09 04:10:45 +09:00
parent 85e77b77fd
commit ef7a961af3
27 changed files with 1120 additions and 0 deletions

6
vite.config.js Normal file
View File

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