Skip to content

Commit d04f501

Browse files
committed
chore: enable turbopack persistent caching
1 parent e682dc4 commit d04f501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const nextConfig: NextConfig = {
1010
["@swc-contrib/plugin-graphql-codegen-client-preset", { artifactDirectory: "./gql", gqlTagName: "graphql" }],
1111
],
1212
ppr: "incremental",
13+
turbopackPersistentCaching: true,
1314
},
1415
};
1516

0 commit comments

Comments
 (0)