upgrade: Next.js 16 beta

This commit is contained in:
Esdras Renan 2025-10-16 20:25:46 -03:00
parent 70c73db907
commit b3a0fb09db

View file

@ -3,6 +3,7 @@ import type { NextConfig } from "next"
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
experimental: { experimental: {
turbopackFileSystemCacheForDev: true, turbopackFileSystemCacheForDev: true,
trustHostHeader: true,
}, },
} }