From eff0dbd41278e5a06881c1bf07f49be966f19e39 Mon Sep 17 00:00:00 2001 From: TornovDutta Date: Tue, 15 Oct 2024 13:15:07 +0530 Subject: [PATCH] update the port --- vite.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vite.config.js b/vite.config.js index 5a33944..3bc5431 100755 --- a/vite.config.js +++ b/vite.config.js @@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], + server:{ + port:3000, + } })