Update development and start scripts to use port 11001
This commit is contained in:
parent
99522a5544
commit
290689cfd7
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user