📄 production optimizations

This commit is contained in:
RJ
2025-12-02 12:39:11 +02:00
committed by Rares J
parent 7dca1de1aa
commit 6f7f0c6960
20 changed files with 1142 additions and 155 deletions

View File

@@ -10,9 +10,10 @@ node_modules
.next
out
# Environment
.env*
!.env.example
# Environment files
.env* # Exclude all .env files
!.env # EXCEPT .env (needed for build from CI/CD)
!.env.example # Keep example
# Logs
*.log