init: pulseform v2 — Express/Prisma/React/SCSS/R3F stack

This commit is contained in:
2026-03-26 02:55:45 +00:00
commit 2d5030c521
31 changed files with 8131 additions and 0 deletions

7
frontend/vite.config.ts Normal file
View File

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