Remove PORT=3001 in package.json
Currently, the package.json
contains a "start": "PORT=3001 react-scripts start"
command.
It should not be the case as there is a .env file to configure such values.
Remove PORT variable from command.
Currently, the package.json
contains a "start": "PORT=3001 react-scripts start"
command.
It should not be the case as there is a .env file to configure such values.
Remove PORT variable from command.
added Devops Priority: high labels
47-remove-port-3001-in-package-json
to address this issue created branch 47-remove-port-3001-in-package-json
to address this issue
mentioned in merge request !5 (merged)
assigned to @remi.bisson
mentioned in merge request !7 (merged)
closed with merge request !7 (merged)