- Next.js upgraded from 14.2.0 to 15.5.4 - React upgraded from 18 to 19.2.0 - react-dom upgraded from 18 to 19.2.0 Frontend server working correctly: - Dev server starts successfully - Pages compile without errors - HTTP 200 responses on all routes Next steps: - Fix next.config.js warning (swcMinify is deprecated) - Upgrade MUI packages - Upgrade testing libraries
7 lines
262 B
TypeScript
7 lines
262 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/app/api-reference/config/typescript for more information.
|