Skip to content

Commit 8fdf0cf

Browse files
committed
1 parent 8a42ec5 commit 8fdf0cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

next.config.ts

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "next dev --turbopack",
8-
"build": "next build --turbopack",
8+
"build": "next build",
99
"start": "next start",
1010
"lint": "eslint .",
1111
"codegen": "graphql-codegen",

0 commit comments

Comments
 (0)