first commit

This commit is contained in:
2026-03-23 13:37:51 -03:00
commit ef20a93c34
17 changed files with 4344 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import eslint from 'vite-plugin-eslint'
// https://vite.dev/config/
export default defineConfig({
plugins: [react(),eslint(),],
})