mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 02:38:32 +07:00
* chore: add Scarf pixel tracking script to RootLayout - Integrated a conditional Scarf pixel tracking script in the RootLayout component to monitor user interactions and page views. - The script is loaded after the interactive phase and utilizes the NEXT_PUBLIC_SCARF_PIXEL_ID environment variable for configuration. * refactor: reorder imports in layout.tsx for consistency - Adjusted the order of imports in the layout.tsx file to maintain a consistent structure, placing the Provider import after the Script import for better readability.