chore: update Next 16 beta config
This commit is contained in:
parent
a10c7dd15d
commit
c424febf1f
1 changed files with 6 additions and 5 deletions
|
|
@ -1,12 +1,13 @@
|
|||
import type { NextConfig } from "next"
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
server: {
|
||||
allowedHosts: ["tickets.esdrasrenan.com.br", "convex.esdrasrenan.com.br", "localhost"],
|
||||
},
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
turbopackFileSystemCacheForDev: true,
|
||||
},
|
||||
}
|
||||
// @ts-expect-error server.allowedHosts ainda não tipado no beta
|
||||
server: {
|
||||
allowedHosts: ["tickets.esdrasrenan.com.br", "convex.esdrasrenan.com.br", "localhost"],
|
||||
},
|
||||
} satisfies NextConfig
|
||||
|
||||
export default nextConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue