Primer commit

This commit is contained in:
2026-06-30 11:34:42 -04:00
commit 2fb2518f03
39 changed files with 4232 additions and 0 deletions
+8
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: '/employee'
})