mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
* chore: bump packages * chore: bump packages * chore: bump packages * chore: update package dependencies to latest versions * chore: update configuration and dependencies for Nextra migration - Updated TypeScript references in `next-env.d.ts` to align with new Nextra structure. - Modified `next.config.mjs` to ignore ESLint and TypeScript build errors during the build process. - Added a new `PACKAGE_UPDATE_SUMMARY.md` documenting package updates and migration details. - Downgraded Next.js and Nextra versions for compatibility, and updated related dependencies. - Introduced new `page.tsx` files for dynamic routing and metadata generation in the app directory. - Added 'use client' directive to multiple components to support client-side rendering. - Refactored components to remove deprecated Nextra context methods in preparation for App Router. * chore: update ESLint configuration to use __dirname for tsconfigRootDir and fix lint errors * chore: update initial statistics for GitHub stars and Docker pulls in Usage component * chore: refactor clean-cache script to use CommonJS require syntax * chore: remove redundant ESLint installation step in workflow
7 lines
264 B
TypeScript
7 lines
264 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
/// <reference path="./.next/types/routes.d.ts" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
|