This commit is contained in:
NotII
2025-03-23 22:59:04 +00:00
parent d696acb0fc
commit 08fb0c4470
6 changed files with 162 additions and 2 deletions

14
.env.production Normal file
View File

@@ -0,0 +1,14 @@
# Disable telemetry for faster builds
NEXT_TELEMETRY_DISABLED=1
# Optimize build process
NEXT_OPTIMIZATION_LEVEL=2
# Reduce log verbosity
NEXT_LOG_LEVEL=error
# Disable source maps in production
GENERATE_SOURCEMAP=false
# API configuration
SERVER_API_URL=https://internal-api.inboxi.ng/api