Remove PORT=3005 in package.json
Currently, the package.json
contains a "start": "PORT=3005 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=3005 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 label
changed the description
assigned to @remi.bisson
added Priority: high label
29-remove-port-3005-in-package-json
to address this issue created branch 29-remove-port-3005-in-package-json
to address this issue
mentioned in merge request !5 (merged)
mentioned in merge request !6 (merged)
closed with merge request !6 (merged)