Update .env.development
This commit is contained in:
parent
6f1ecb0efb
commit
d25090391e
|
|
@ -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