Skip to content

Commit

Permalink
Add dev/config entry to TypeDoc config (#12332)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Nov 21, 2024
1 parent a02996d commit 845fb13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-router-dev/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ type BuildEndHook = (args: {
viteConfig: Vite.ResolvedConfig;
}) => void | Promise<void>;

/**
* Config to be exported via the default export from `react-router.config.ts`.
*/
export type ReactRouterConfig = {
/**
* The path to the `app` directory, relative to the root directory. Defaults
Expand Down
1 change: 1 addition & 0 deletions packages/react-router-dev/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"entryPoints": [
"./index.ts",
"./config.ts",
"./routes.ts",
"./vite.ts",
"./vite/cloudflare.ts"
Expand Down

0 comments on commit 845fb13

Please sign in to comment.