How can i access these flags -
npm run start --appenv=development --build=mobile
here i want to achieve the value of appenv and build in my react code
npm run start -- --appenv=development --build=mobile