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.
2 parents 9dde829 + 2429706 commit ee9630cCopy full SHA for ee9630c
README.md
@@ -17,10 +17,4 @@ npm run build # Build for production
17
npm run start # Start the production build
18
```
19
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
25
Special thanks to @brillout for creating [Telefunc](https://github.com/brillout/telefunc) and troubleshooting the build issues.
26
vite.config.ts
@@ -9,5 +9,6 @@ export default defineConfig({
9
// @ts-ignore
10
vitePluginServerEntry: {
11
disableAutoImport: true,
12
+ disableServerEntryEmit: true
13
},
14
});
0 commit comments