We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594185f commit d70f652Copy full SHA for d70f652
vite.config.ts
@@ -4,4 +4,7 @@ import react from "@vitejs/plugin-react-swc";
4
// https://vite.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ server: {
8
+ port: 3000,
9
+ },
10
});
0 commit comments