Skip to content

Commit af8b793

Browse files
committed
feat: Cookbook Onboard integration
1 parent 584df2d commit af8b793

File tree

5 files changed

+6031
-2886
lines changed

5 files changed

+6031
-2886
lines changed

ask-cookbook.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Solves the following error: "Cannot find module ... or its corresponding type declarations. There are types at ..., but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'. [2307]"
2+
declare module "@cookbookdev/docsbot/react" {
3+
export { default } from "@cookbookdev/docsbot/dist/react/index.d.ts";
4+
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
]
5252
},
5353
"dependencies": {
54+
"@cookbookdev/docsbot": "^4.24.8",
5455
"clsx": "2.1.1",
5556
"next": "15.1.3",
5657
"next-sitemap": "4.2.3",

0 commit comments

Comments
 (0)