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.
Évolutions importantes à venir autour de Mattermost (chat.forge.inrae.fr). Plus d'infos sur notre blog.
gitlab.irstea.fr: clap de fin
Après 10 ans de bons et loyaux services, la forge institutionnelle de feu Irstea baissera le rideau le 30 juin 2026 prochain Nous vous invitons donc à migrer tous vos projets sur la forge institutionnelle INRAE. Il n'est malheureusement pas possible de migrer automatiquement tous les projets. Toutefois l'équipe de la forge a testé différents scénarios de migration et a redigé un guide de migration
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.