- Updated environment validation to enable Salesforce events by default, improving real-time cache invalidation. - Modified `CatalogCdcSubscriber` to conditionally subscribe to CDC channels based on the new configuration, enhancing flexibility for high-volume scenarios. - Improved message serialization in `RealtimeService` to ensure valid JSON for browser EventSource. - Adjusted cache control headers in `CatalogController` to prevent browser caching, ensuring real-time data accuracy. - Enhanced `RealtimeController` with connection limiting and improved logging for better monitoring of real-time streams. - Updated health check endpoint in production management script for consistency.
7 lines
251 B
TypeScript
7 lines
251 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/dev/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|