We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev/config
1 parent a02996d commit 845fb13Copy full SHA for 845fb13
packages/react-router-dev/config/config.ts
@@ -95,6 +95,9 @@ type BuildEndHook = (args: {
95
viteConfig: Vite.ResolvedConfig;
96
}) => void | Promise<void>;
97
98
+/**
99
+ * Config to be exported via the default export from `react-router.config.ts`.
100
+ */
101
export type ReactRouterConfig = {
102
/**
103
* The path to the `app` directory, relative to the root directory. Defaults
packages/react-router-dev/typedoc.json
@@ -1,6 +1,7 @@
1
{
2
"entryPoints": [
3
"./index.ts",
4
+ "./config.ts",
5
"./routes.ts",
6
"./vite.ts",
7
"./vite/cloudflare.ts"
0 commit comments