Initial commit

This commit is contained in:
wsc-admin
2026-04-02 19:35:45 +09:00
commit 20280a062f
14 changed files with 123 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()],
})