"start": "node index.js",
How do I add -r @cypress/instrument-cra in "start"?
According to the documents given here we need react-scripts but in my use case I don't have it.
"start": "node index.js",
How do I add -r @cypress/instrument-cra in "start"?
According to the documents given here we need react-scripts but in my use case I don't have it.