first upload

This commit is contained in:
Welton Moura
2026-02-27 13:19:26 -03:00
committed by GitHub
commit e48b4809c0
36 changed files with 6182 additions and 0 deletions

8
vite.config.js Normal file
View File

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