Claude experiments

This commit is contained in:
Elisiário Couto
2025-09-08 18:48:45 +01:00
parent 1bc259bd3e
commit a52a6274c0
26 changed files with 6054 additions and 1 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()],
})