feat: enhance employee and symbol management with new features, improved UI components, and backend schema updates

This commit is contained in:
2025-10-26 22:21:53 -03:00
parent 5dd00b63e1
commit 2c2b792b4a
48 changed files with 9513 additions and 672 deletions

View File

@@ -0,0 +1,12 @@
# Script para iniciar o Convex Local
Write-Host "🚀 Iniciando Convex Local..." -ForegroundColor Green
Write-Host ""
Write-Host "📍 O Convex estará disponível em: http://localhost:3210" -ForegroundColor Cyan
Write-Host "💾 Os dados serão armazenados em: .convex/local_storage" -ForegroundColor Cyan
Write-Host ""
Write-Host "⚠️ Para parar o servidor, pressione Ctrl+C" -ForegroundColor Yellow
Write-Host ""
# Iniciar o Convex em modo local
bunx convex dev --run-local