export default {
  name: 'device',
  type: 'list',
  message: 'Which one device will be used to run the app',
  choices: [
    { name: 'PC', value: 'pc' },
    { name: 'Mobile', value: 'mobile' },
  ],
}
