chore(infra): atualizar build, docker e tooling

This commit is contained in:
Felipe Coutinho
2026-04-03 18:10:16 +00:00
parent d01bc8a669
commit ba369e8a83
11 changed files with 1146 additions and 425 deletions

View File

@@ -8,12 +8,18 @@ const nextConfig: NextConfig = {
output: "standalone",
cacheComponents: true,
reactCompiler: true,
images: {
remotePatterns: [new URL("https://lh3.googleusercontent.com/**")],
},
devIndicators: {
position: "bottom-right",
},
experimental: {
prefetchInlining: true,
turbopackFileSystemCacheForDev: true,
},
// Headers for Safari compatibility
async headers() {
return [