Update for production backup

This commit is contained in:
2026-07-15 19:11:03 -06:00
parent 42b5f533c3
commit b228607fc0
62 changed files with 5614 additions and 6290 deletions
+7 -10
View File
@@ -1,10 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
css: {
postcss: './postcss.config.js', // Asegúrate de tener un archivo PostCSS
},
})
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})