first commit

This commit is contained in:
Leonardo
2026-02-18 22:36:45 -03:00
parent ec6b6ef53a
commit 676042268b
122 changed files with 26354 additions and 1615 deletions

View File

@@ -8,9 +8,9 @@ import { defineConfig } from 'vite';
// https://vitejs.dev/config/
export default defineConfig({
optimizeDeps: {
noDiscovery: true
},
//optimizeDeps: {
// noDiscovery: true
//},
plugins: [
vue(),
tailwindcss(),