I'm building a project with Nativescript-Vue. I have standard a setup with Webpack.
I understand that i can pass different vars, using something like this:
tns build android --bundle --env.development --env.property=value
How can i "distinguish" between the two different platforms(emulator and a real device, they are both "development"), in order to pass different API url's?