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.
1 parent 5f1663e commit a865d3eCopy full SHA for a865d3e
docs/api/framework-conventions/react-router.config.ts.md
@@ -66,7 +66,7 @@ A function that is called after the full React Router build is complete.
66
67
```tsx filename=react-router.config.ts
68
export default {
69
- buildEnd: async ({ buildManifest, serverBuildPath }) => {
+ buildEnd: async ({ buildManifest, reactRouterConfig, viteConfig }) => {
70
// Custom build logic here
71
console.log("Build completed!");
72
},
0 commit comments