chore: update next 16 beta config and docs

This commit is contained in:
Esdras Renan 2025-10-16 20:28:49 -03:00
parent b3a0fb09db
commit a10c7dd15d
2 changed files with 4 additions and 2 deletions

View file

@ -1,9 +1,11 @@
import type { NextConfig } from "next"
const nextConfig: NextConfig = {
server: {
allowedHosts: ["tickets.esdrasrenan.com.br", "convex.esdrasrenan.com.br", "localhost"],
},
experimental: {
turbopackFileSystemCacheForDev: true,
trustHostHeader: true,
},
}