first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-06-14 07:16:17 -04:00
commit 0be73d4dcd
20 changed files with 385 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})