Skip to content

Commit 0c9c759

Browse files
docs: fixed a config error in quick-start.mdx (#3091)
Co-authored-by: ScriptedAlchemy <[email protected]>
1 parent d3e904b commit 0c9c759

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/website-new/docs/en/guide/start/quick-start.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ import { pluginReact } from '@rsbuild/plugin-react';
102102
import { pluginModuleFederation } from '@module-federation/rsbuild-plugin';
103103

104104
export default defineConfig({
105-
server: {
106-
port: 3000,
107-
},
108105
plugins: [
109106
pluginReact(),
110107
pluginModuleFederation({
@@ -115,6 +112,9 @@ export default defineConfig({
115112
shared: ['react', 'react-dom'],
116113
}),
117114
],
115+
server: {
116+
port: 3000,
117+
},
118118
});
119119
```
120120

0 commit comments

Comments
 (0)