mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-11 14:34:17 +00:00
Merge pull request #107 from waku-org/ports
This commit is contained in:
commit
38967ada62
@ -14,7 +14,7 @@
|
||||
"react-scripts": "5.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "craco start",
|
||||
"start": "PORT=3001 craco start",
|
||||
"build": "craco build",
|
||||
"test": "exit 0",
|
||||
"eject": "craco eject"
|
||||
|
@ -15,7 +15,7 @@
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"start": "PORT=3002 react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "exit 0",
|
||||
"eject": "react-scripts eject"
|
||||
|
@ -29,7 +29,7 @@
|
||||
"url": "^0.11.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"start": "PORT=3003 react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test:unit": "exit 0",
|
||||
"fix": "run-s fix:*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user