You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(server): lazy init projectors no Default handler (web) — estende a lazyificação de projectors também para o handler web, completando a otimização de startup
fix(server): pass explicit session id through to session creation — garante que o ID da sessão seja explicitamente passado
perf(startup): startup ~48% mais rápido com lazy loading e deferred init
fix(tests): update drizzle-orm imports após remoção de re-export do db.ts
fix(typecheck): exclude test files do tsconfig do app para desbloquear CI