Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,4 @@ npm run build # Build for production
npm run start # Start the production build
```

Note that the `start` command uses a different file than default react-router :
`react-router-serve ./build/server/index2.js`

This is a workaround for a bundling issue, which might be fixed soon.

Special thanks to @brillout for creating [Telefunc](https://github.com/brillout/telefunc) and troubleshooting the build issues.

1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export default defineConfig({
// @ts-ignore
vitePluginServerEntry: {
disableAutoImport: true,
disableServerEntryEmit: true
},
});