react-router-tutorial
react-router-tutorial copied to clipboard
Issue at lesson 11
start script always run npm run start:dev
eventhough production environment has been defined
Can you give more information, showing your package.json lines for this? Also, if you run npm start
or npm run start
, it looks at the environment variable, but npm run start:dev
will always start the dev server.