chore: add webapp node_modules dependencies.

This commit is contained in:
2026-02-14 17:28:26 -05:00
parent 7960320004
commit 91e7af0c04
15 changed files with 5217 additions and 0 deletions

7
webapp/vite.config.js 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()],
})