We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db83ea1 commit 1b33f92Copy full SHA for 1b33f92
1 file changed
apps/examples/vite/vite.config.js
@@ -3,6 +3,9 @@ import react from '@vitejs/plugin-react-swc';
3
4
// https://vite.dev/config/
5
export default defineConfig({
6
+ server: {
7
+ port: 9300,
8
+ },
9
plugins: [react()],
10
clearScreen: false,
11
});
0 commit comments