1
0
Fork 0

Change Port to 8003

This commit is contained in:
Neshura 2023-06-01 00:12:23 +02:00
parent 488d1be3ab
commit a209144f35
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 8003",
"build": "next build",
"start": "next start",
"start": "next start -p 8003",
"lint": "next lint"
},
"dependencies": {