From 147365d077621d7ce7563ea102c6f4606074920b Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Mon, 16 Oct 2023 21:43:16 -0700 Subject: [PATCH] update to port in order to run multiple websites --- Websites/BankModern/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Websites/BankModern/vite.config.js b/Websites/BankModern/vite.config.js index c72ca71..12179ef 100644 --- a/Websites/BankModern/vite.config.js +++ b/Websites/BankModern/vite.config.js @@ -5,6 +5,6 @@ import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], server: { - port: 3000, + port: 3002, }, })