sistema-de-chamados/next.config.ts

7 lines
115 B
TypeScript

const nextConfig = {
experimental: {
turbopackFileSystemCacheForDev: true,
},
}
export default nextConfig