This commit is contained in:
2023-10-29 23:40:25 +05:00
parent ab347bc95b
commit 8b098ce276
3 changed files with 23 additions and 11 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ import react from "@vitejs/plugin-react-swc";
export default defineConfig({
plugins: [react()],
server: {
port: 5000,
port: 5001,
},
preview: {
port: 5000,
port: 5001,
},
});