Update development and start scripts to use port 11001

This commit is contained in:
MOHAN 2026-07-30 07:53:30 +05:30
parent 99522a5544
commit 290689cfd7

View File

@ -3,9 +3,9 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3052", "dev": "next dev -p 11001",
"build": "next build", "build": "next build",
"start": "next start -p 3052", "start": "next start -p 11001",
"lint": "next lint", "lint": "next lint",
"test:e2e": "playwright test", "test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui", "test:e2e:ui": "playwright test --ui",