chore: bypass strict TS checks for initial migration build

This commit is contained in:
VPS 4 Builder
2026-05-15 15:42:07 +02:00
parent 3beac0e0f2
commit 7070b28545
17 changed files with 1379 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Variáveis de ambiente e segredos
.env
.env.local
.env.*.local
# Dependências
node_modules/
# Logs
*.log
logs/
# Build/cache
.cache/
dist/