14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
# 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 |