Skip to content

Commit 9dde829

Browse files
committed
Document Workaround
1 parent 000e143 commit 9dde829

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ npm run build # Build for production
1717
npm run start # Start the production build
1818
```
1919

20+
Note that the `start` command uses a different file than default react-router :
21+
`react-router-serve ./build/server/index2.js`
22+
23+
This is a workaround for a bundling issue, which might be fixed soon.
24+
2025
Special thanks to @brillout for creating [Telefunc](https://github.com/brillout/telefunc) and troubleshooting the build issues.
26+

0 commit comments

Comments
 (0)