Introduces a date range picker to the profit analytics dashboard, allowing users to select custom date ranges for profit calculations. Updates ProfitAnalyticsChart and profit-analytics-service to handle both period and date range queries, improving flexibility and user experience.
15 lines
294 B
Plaintext
15 lines
294 B
Plaintext
|
|
# 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 |