File tree Expand file tree Collapse file tree 3 files changed +1490
-1484
lines changed Expand file tree Collapse file tree 3 files changed +1490
-1484
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const revalidate = false;
88
99export 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 ) ;
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments