How to make the browser to open with remote-debugging flags
Created by: anmatika
yarn start
that is react-scripts start
opens the browser automatically. Would it be possible to open the browser with remote-debugging flags?
Like below:
chromium --remote-debugging-port=9222 --user-data-dir=remote-profile -incognito --new-window http://localhost:3000