Refatoracao geral: limpeza de logs, correcoes de fim de linha, animacoes framer-motion e automacao de deploy no package.json

This commit is contained in:
2026-03-23 11:36:35 +00:00
parent a4450ad7e5
commit 75c75f6547
52 changed files with 9525 additions and 9544 deletions

View File

@@ -9,7 +9,8 @@
"build:analyze": "vite build --analyze",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit",
"deploy": "npm run build && git add . && git commit -m 'build and deploy auto' && git push"
},
"dependencies": {
"@supabase/supabase-js": "^2.38.4",