Skip to content

Commit d45f4db

Browse files
committed
build: update to latest version of Next.js
1 parent b31752b commit d45f4db

File tree

3 files changed

+1490
-1484
lines changed

3 files changed

+1490
-1484
lines changed

docs/app/llms.mdx/[[...slug]]/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const revalidate = false;
88

99
export async function GET(
1010
_req: NextRequest,
11-
{ params }: { params: Promise<{ slug: string[] }> },
11+
{ params }: { params: Promise<{ slug?: string[] }> },
1212
) {
1313
const slug = (await params).slug;
1414
const page = source.getPage(slug);

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"dev": "next dev --turbo",
7+
"dev": "next dev --turbopack",
88
"dev:email": "email dev",
99
"prebuild:site": "nx run @blocknote/dev-scripts:gen",
10-
"build:site": "fumadocs-mdx && next build --turbo",
10+
"build:site": "fumadocs-mdx && next build --turbopack",
1111
"start": "next start",
1212
"postinstall": "fumadocs-mdx",
1313
"init-db": "pnpx @better-auth/cli migrate",
@@ -84,7 +84,7 @@
8484
"fumadocs-typescript": "^4.0.6",
8585
"fumadocs-ui": "^15.5.4",
8686
"import-in-the-middle": "^1.14.2",
87-
"next": "^15.4.3",
87+
"next": "15.5.1",
8888
"nodemailer": "^6.10.1",
8989
"partykit": "^0.0.115",
9090
"pg": "^8.15.5",

0 commit comments

Comments
 (0)