chore: update package.json and install dependencies

Remove pnpm lock and regenerate npm lockfile.

Co-authored-by: Thomas Ruoff <111471+tomru@users.noreply.github.com>
This commit is contained in:
v0
2026-02-06 07:48:53 +00:00
parent f1c675dfd5
commit 41da915565
4 changed files with 7802 additions and 5 deletions

View File

@@ -3,6 +3,10 @@ import createMDX from '@next/mdx'
/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
reactCompiler: true,
experimental: {
turbopackFileSystemCacheForDev: true,
},
}
const withMDX = createMDX({