We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Some apps need to be started with querystring parameters. So it would be helpful to specify an optional querystring for npm start.
Suggested approach:
"scripts": { "start": "react-scripts start --query=?foo=bar&baz=qux", ....
Thoughts?