chore(eth-pm): use different port for local webserver

This commit is contained in:
fryorcraken.eth 2022-11-18 13:57:03 +11:00
parent cbab4aa471
commit 391cf98b5c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"uint8arrays": "^3.1.0"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false PORT=3001 craco start",
"start": "GENERATE_SOURCEMAP=false PORT=3004 craco start",
"build": "GENERATE_SOURCEMAP=false craco build",
"fix": "run-s fix:*",
"test": "run-s build test:*",