From 28f577833b2bc3091897ebe858a7db3ffec89042 Mon Sep 17 00:00:00 2001 From: aryabenade Date: Wed, 1 Apr 2026 15:04:26 +0530 Subject: [PATCH] change the port number --- src/components/PostCardsPage.tsx | 2 +- vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PostCardsPage.tsx b/src/components/PostCardsPage.tsx index 3350ddd..8f94e42 100644 --- a/src/components/PostCardsPage.tsx +++ b/src/components/PostCardsPage.tsx @@ -105,7 +105,7 @@ export function PostCardsPage({ >

Create Beautiful{' '} - + Custom Postcards

diff --git a/vite.config.ts b/vite.config.ts index 551b307..b60eb7e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -84,7 +84,7 @@ import * as path from 'path'; outDir: 'build', }, server: { - port: 4008, + port: 4009, open: true, }, }); \ No newline at end of file