Skip to content

Commit 11b9341

Browse files
committed
update packages
1 parent 3af2aa0 commit 11b9341

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/www/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference path="./.next/types/routes.d.ts" />
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/www/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { withContentlayer } from "next-contentlayer";
22

33
/** @type {import('next').NextConfig} */
44
const nextConfig = {
5+
turbopack: {},
56
transpilePackages: ["@workspace/ui"],
67

78
// SEO optimizations

0 commit comments

Comments
 (0)