change the port number

This commit is contained in:
aryabenade
2026-04-01 15:04:26 +05:30
parent 66ee65b900
commit 28f577833b
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ export function PostCardsPage({
>
<h1 className="font-merchant text-4xl md:text-5xl lg:text-6xl leading-tight mb-6">
<span className="font-light">Create Beautiful</span>{' '}
<span className="font-bold inline-block italic bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">
<span className="font-bold inline-block italic bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent pr-2">
Custom Postcards
</span>
</h1>

View File

@@ -84,7 +84,7 @@ import * as path from 'path';
outDir: 'build',
},
server: {
port: 4008,
port: 4009,
open: true,
},
});