Update .env.development
This commit is contained in:
parent
c78b0c667a
commit
5eb0cd7b86
|
|
@ -0,0 +1,14 @@
|
|||
# Performance optimizations for development
|
||||
NEXT_TELEMETRY_DISABLED=1
|
||||
ANALYZE=false
|
||||
|
||||
# Turbopack optimizations
|
||||
TURBOPACK_TELEMETRY_DISABLED=1
|
||||
TURBOPACK_ANALYTICS_DISABLED=1
|
||||
|
||||
# Node.js optimizations
|
||||
NODE_OPTIONS="--max-old-space-size=4096"
|
||||
|
||||
# Skip checks in development for faster builds
|
||||
NEXT_SKIP_TYPE_CHECK=1
|
||||
NEXT_SKIP_LINTING=1
|
||||
Loading…
Reference in New Issue