Added code

This commit is contained in:
phoenix
2025-07-27 15:57:13 -04:00
parent e151448663
commit 347bbd6e77
11 changed files with 245 additions and 2 deletions
+7
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()],
})