Hello. I would like to debug my react app into VSCode and Chrome. Everything i tried has failed. Here is my command line into package.json : ``` json "scripts": { "start": "env-cmd -f .env.a-env react-app-rewired start", }, ``` Could you help me please ? Thanks.