Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(next): improve type safety with Next.js types
Replace generic Record<string, unknown> types with proper Next.js types: - NextConfig for the config object - WebpackConfigContext for webpack options parameter
- Loading branch information