react cards and stored proc in backend

This commit is contained in:
2024-06-12 22:52:20 +09:00
parent 131e5e2ef3
commit 4f6855e6aa
22 changed files with 4248 additions and 8 deletions

View File

@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})